services: web: build: context: . target: production ports: - "8000:8000" environment: SECRET_KEY: change-me OUTPUT_DIRECTORY: /app/instance/outputs test: build: context: . target: test environment: OUTPUT_DIRECTORY: /app/instance/outputs