Skip to content

Commit 62c48e8

Browse files
add also to backend env
1 parent 344ce94 commit 62c48e8

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
@@ -112,6 +112,10 @@ services:
112112
- POSTGRES_DB=${POSTGRES_DB}
113113
- POSTGRES_USER=${POSTGRES_USER?Variable not set}
114114
- 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}
115119
- SENTRY_DSN=${SENTRY_DSN}
116120

117121
healthcheck:

0 commit comments

Comments
 (0)