version: '3' services: web: build: context: . ports: - "48878:5000" volumes: - ./wastetape.db:/app/wastetape.db - /mnt/storage/wastetape:/app/static - ./tmp:/app/tmp environment: - FLASK_ENV=production