version: '3.8'
services:
app:
build:
context: .
target: production
ports:
- "80:80"
- "443:443"
- "2019:2019"
volumes:
- ./static:/app/static
- ./Caddyfile:/app/Caddyfile
environment:
- FLASK_ENV=production
restart: unless-stopped