Update docker-compose.yml

This commit is contained in:
LRVT 2024-03-09 03:43:38 +01:00 committed by GitHub
parent 80c58d889a
commit 5e2638aff2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,8 +9,8 @@ services:
- 5000:5000/tcp
expose:
- 5000/tcp
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/posio/data:/posio
#volumes:
# - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/posio/data:/app # optional
environment:
- POSIO_SETTINGS=/app/posio/config.py
- FLASK_APP=/app/posio/game_master.py