forgot something oops

This commit is contained in:
King Von 2025-02-02 13:59:24 +02:00
parent 72b0a766d0
commit 9fa91d8caf

View File

@ -5,11 +5,9 @@ services:
build:
context: .
ports:
- "48878:5000"
- "48877:5000"
volumes:
- ./wastetape.db:/app/wastetape.db
- /mnt/storage/wastetape:/app/static
- ./tmp:/app/tmp
- /srv/coglog/coglog.sqlite:/app/coglog.sqlite
environment:
- FLASK_ENV=production
restart: always