We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344ce94 commit 62c48e8Copy full SHA for 62c48e8
docker-compose.yml
@@ -112,6 +112,10 @@ services:
112
- POSTGRES_DB=${POSTGRES_DB}
113
- POSTGRES_USER=${POSTGRES_USER?Variable not set}
114
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD?Variable not set}
115
+ - AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID?Variable not set}
116
+ - AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY?Variable not set}
117
+ - AWS_REGION=${AWS_REGION?Variable not set}
118
+ - S3_BUCKET=${S3_BUCKET?Variable not set}
119
- SENTRY_DSN=${SENTRY_DSN}
120
121
healthcheck:
0 commit comments