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