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 e1c3f62 commit 98e0e67Copy full SHA for 98e0e67
docker/docker-compose.prod.yml
@@ -32,6 +32,7 @@ services:
32
GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID}
33
GOOGLE_CLIENT_SECRET: ${GOOGLE_CLIENT_SECRET}
34
ENCODED_FIREBASE_ADMIN_SDK: ${ENCODED_FIREBASE_ADMIN_SDK}
35
+ SLACK_ERROR_ALERT_TOKEN: ${SLACK_ERROR_ALERT_TOKEN}
36
depends_on:
37
- mysql
38
- redis
0 commit comments