diff options
author | 2021-02-13 15:30:27 +0100 | |
---|---|---|
committer | 2021-02-13 15:30:27 +0100 | |
commit | 45c415256cd0599fe86e415b8834b45d25d55c7d (patch) | |
tree | 4c6f3db0d082f7bf3afa32b78d88bdb2a1d84807 /docker-compose.yml | |
parent | Small grammar fix (diff) | |
parent | Merge pull request #578 from python-discord/upgrade-override (diff) |
Merge branch 'master' into fix/be-my-valentine
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index bb6ad6ac..a18534a5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,13 +12,9 @@ services: - redis environment: - - BOT_TOKEN - - BOT_DEBUG - - BOT_GUILD - - BOT_ADMIN_ROLE_ID - - CHANNEL_DEVLOG - - CHANNEL_COMMUNITY_BOT_COMMANDS - REDIS_HOST=redis + env_file: + - .env volumes: - .:/bot |