wastetape/docker-compose.yml

13 lines
254 B
YAML
Raw Normal View History

2024-09-09 17:20:09 +03:00
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