diff options
| author | 2021-03-12 14:10:54 +0100 | |
|---|---|---|
| committer | 2021-03-12 14:10:54 +0100 | |
| commit | 1223aeab11cfc0edcc3ab369545ea1f7e1506321 (patch) | |
| tree | 3d4b8f4c54346fe15b79ffa3995ab4bccb060556 | |
| parent | Remove invoked command and message after failure. (diff) | |
| parent | Merge PR #1460 - compose: read all env vars from '.env' (diff) | |
Merge branch 'master' into pypi-delete-on-not-found
| -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} |