mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
* Fix path to detect when group is the tavern or the user's party and set path's appropriately * Fix lint issues
14 lines
223 B
YAML
14 lines
223 B
YAML
version: "3"
|
|
services:
|
|
|
|
client:
|
|
environment:
|
|
- NODE_ENV=development
|
|
volumes:
|
|
- '.:/usr/src/habitrpg'
|
|
|
|
server:
|
|
environment:
|
|
- NODE_ENV=development
|
|
volumes:
|
|
- '.:/usr/src/habitrpg'
|