Update docker-compose.yml
This commit is contained in:
parent
5e666b4be3
commit
ddf561a211
@ -7,7 +7,8 @@ services:
|
||||
ports:
|
||||
- "48878:5000"
|
||||
volumes:
|
||||
- ./wastetape.db:/srv/wastetape/wastetape.db
|
||||
- /mnt/storage/wastetape:/srv/wastetape/static
|
||||
- ./wastetape.db:/app/wastetape.db
|
||||
- /mnt/storage/wastetape:/app/static
|
||||
- ./tmp:/app/tmp
|
||||
environment:
|
||||
- FLASK_ENV=production
|
Loading…
Reference in New Issue
Block a user