Add docker-compose.yml

This commit is contained in:
fzorb 2024-09-09 17:20:09 +03:00
parent 07abff9ead
commit f23830109b

13
docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
version: '3'
services:
web:
build:
context: .
ports:
- "48878:5000"
volumes:
- ./wastetape.db:/srv/wastetape/wastetape.db
- /mnt/storage/wastetape:/srv/wastetape/static
environment:
- FLASK_ENV=production