diff options
| author | 2020-02-03 14:28:36 +0100 | |
|---|---|---|
| committer | 2020-02-03 14:28:36 +0100 | |
| commit | 90763fd761a70168e8752fa78729af40ad98144b (patch) | |
| tree | 53f242431a2ceb37295e4e90846bd1bfb66c5fd4 /docker-compose.yml | |
| parent | Replace constant attachment-repost by the actual ID of #attachment-log (diff) | |
| parent | Update CODEOWNERS (diff) | |
Merge branch 'master' into #549-show-attachments-staff
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 | 
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} | 
