aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-12-13 10:06:55 +1000
committerGravatar GitHub <[email protected]>2019-12-13 10:06:55 +1000
commitea9299bc51dc56d1b9775ac757868a61bcb98ad2 (patch)
tree74569b82d99cf0c54089e480137a832f5cec5e62 /docker-compose.yml
parentDisplay time left until expiration of infraction (#679) (diff)
parentMerge branch 'master' into reddit-api-oauth (diff)
Use OAuth to be Reddit API compliant (#510)
Use OAuth to be Reddit API compliant Co-authored-by: Jens <[email protected]> Co-authored-by: Mark <[email protected]> Co-authored-by: null <[email protected]>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index f79fdba58..7281c7953 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -42,3 +42,5 @@ services:
environment:
BOT_TOKEN: ${BOT_TOKEN}
BOT_API_KEY: badbot13m0n8f570f942013fc818f234916ca531
+ REDDIT_CLIENT_ID: ${REDDIT_CLIENT_ID}
+ REDDIT_SECRET: ${REDDIT_SECRET}