Update docker-compose.yml

This commit is contained in:
fzorb 2024-09-09 17:27:48 +03:00
parent 5e666b4be3
commit ddf561a211

View File

@ -7,7 +7,8 @@ services:
ports: ports:
- "48878:5000" - "48878:5000"
volumes: volumes:
- ./wastetape.db:/srv/wastetape/wastetape.db - ./wastetape.db:/app/wastetape.db
- /mnt/storage/wastetape:/srv/wastetape/static - /mnt/storage/wastetape:/app/static
- ./tmp:/app/tmp
environment: environment:
- FLASK_ENV=production - FLASK_ENV=production