diff options
author | 2021-01-13 13:32:11 +0000 | |
---|---|---|
committer | 2021-01-13 13:32:11 +0000 | |
commit | a89961e13c7671f99e9e73bd5c0825e2a7666713 (patch) | |
tree | 04d8857311d9ab0952bd341ef6eaebe1c77f8236 | |
parent | Merge pull request #553 from ChrisLovering/8bit-colour-palette (diff) |
Get env vars from .env file
-rw-r--r-- | docker-compose.yml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index bb6ad6ac..61eaa62d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,14 +11,8 @@ services: depends_on: - 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 |