Skip to content

Commit 344ce94

Browse files
update docker-compose
1 parent 8ab5719 commit 344ce94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ services:
7575
- POSTGRES_DB=${POSTGRES_DB}
7676
- POSTGRES_USER=${POSTGRES_USER?Variable not set}
7777
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD?Variable not set}
78+
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID?Variable not set}
79+
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY?Variable not set}
80+
- AWS_REGION=${AWS_REGION?Variable not set}
81+
- S3_BUCKET=${S3_BUCKET?Variable not set}
7882
- SENTRY_DSN=${SENTRY_DSN}
7983

8084
backend:

0 commit comments

Comments
 (0)