aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-03-12 08:09:11 -0800
committerGravatar GitHub <[email protected]>2021-03-12 08:09:11 -0800
commitb6fea4ad35784aa3ed744e49fd71e58a868bf177 (patch)
treeeb3da0431db9114649ef29e085aad8046e022acb /docker-compose.yml
parentRestrict non-staffer to one snowflake at the time (diff)
parentFix typo in the token remover (diff)
Merge branch 'master' into many-snowflakes
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 0002d1d56..8afdd6ef1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -57,8 +57,7 @@ services:
- web
- redis
- snekbox
+ env_file:
+ - .env
environment:
- BOT_TOKEN: ${BOT_TOKEN}
BOT_API_KEY: badbot13m0n8f570f942013fc818f234916ca531
- REDDIT_CLIENT_ID: ${REDDIT_CLIENT_ID}
- REDDIT_SECRET: ${REDDIT_SECRET}