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.
This commit is contained in:
Brad Lugo
2018-01-29 14:56:08 -06:00
committed by Sabe Jones
parent 44ded25f6d
commit 2e580baf27
2 changed files with 45 additions and 15 deletions
+10 -3
View File
@@ -1,3 +1,10 @@
web:
volumes:
- '.:/usr/src/habitrpg'
version: "3"
services:
client:
volumes:
- '.:/usr/src/habitrpg'
server:
volumes:
- '.:/usr/src/habitrpg'