mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 05:07:22 +01:00
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.
11 lines
131 B
YAML
11 lines
131 B
YAML
version: "3"
|
|
services:
|
|
|
|
client:
|
|
volumes:
|
|
- '.:/usr/src/habitrpg'
|
|
|
|
server:
|
|
volumes:
|
|
- '.:/usr/src/habitrpg'
|