aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Vivaan Parashar <[email protected]>2021-02-10 09:33:45 +0530
committerGravatar Vivaan Parashar <[email protected]>2021-02-10 09:33:45 +0530
commit37ae9392d140dd9ee87f1091f33dd9be21753d1e (patch)
treed0565492f8e1e87dbbd583c7f10661329e17e1ff /docker-compose.yml
parentAdd stackoverflow cog with answers (diff)
parentMerge 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.yml8
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