diff options
| author | 2021-02-10 09:33:45 +0530 | |
|---|---|---|
| committer | 2021-02-10 09:33:45 +0530 | |
| commit | 37ae9392d140dd9ee87f1091f33dd9be21753d1e (patch) | |
| tree | d0565492f8e1e87dbbd583c7f10661329e17e1ff /docker-compose.yml | |
| parent | Add stackoverflow cog with answers (diff) | |
| parent | Merge branch 'master' of https://github.com/python-discord/sir-lancebot (diff) | |
Merge branch 'master' of https://github.com/Vthechamp22/sir-lancebot into feature/stackoverflow
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 |