services: web: command: gunicorn --capture-output --enable-stdio-inheritance -b 0.0.0.0:8000 website.wsgi:application volumes: - ./src:/src env_file: - path: .env.template required: true - path: .env required: false db: env_file: - path: .env.template required: true - path: .env required: false