diff options
author | 2021-04-08 03:02:17 -0700 | |
---|---|---|
committer | 2021-04-08 03:02:17 -0700 | |
commit | 5e5f5ee38b17b94abb45e8907983a0b0169bd04a (patch) | |
tree | 59d59994c7934e5dd998eba4a472921f28b9cd54 /docker-compose.yml | |
parent | First dynamic update moved to the init_available method. (diff) | |
parent | Merge pull request #1509 from bsoyka/ytdl-terms (diff) |
Merge branch 'main' into dynamic-available-message-patch
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 5 |
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} |