This website requires JavaScript.
Explore
Help
Register
Sign in
sudoxreboot
/
habitica-self-host
Watch
1
Star
0
Fork
You've already forked habitica-self-host
0
mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced
2026-04-14 19:47:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
fcbc2acda7
habitica-self-host
/
docker-compose.dev.yml
11 lines
131 B
YAML
Raw
Normal View
History
Unescape
Escape
Update the docker compose process (#9724) Since the client side code and server side code run independently, the docker compose process needed to be updated to reflect this change. This fix included updating the docker-compose files' versions.
2018-01-29 20:56:08 +00:00
version
:
"3"
services
:
client
:
volumes
:
-
'.:/usr/src/habitrpg'
server
:
volumes
:
-
'.:/usr/src/habitrpg'
Reference in a new issue
Copy permalink