aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-20 23:27:29 +0100
committerGravatar GitHub <[email protected]>2020-11-20 23:27:29 +0100
commit17a76e763d1bee8c466d446f4f46cd9f47ed60d5 (patch)
tree4440150603238b47aaa890f9209bed03921fade7
parentGet rid from branding management stuff (diff)
Simpler environment variables.
Co-authored-by: Jeremiah Boby <[email protected]>
-rw-r--r--docker-compose.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 0cc3ac4d..24eeafe0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -12,12 +12,12 @@ services:
- redis
environment:
- - SEASONALBOT_TOKEN=${SEASONALBOT_TOKEN}
- - SEASONALBOT_DEBUG=${SEASONALBOT_DEBUG}
- - SEASONALBOT_GUILD=${SEASONALBOT_GUILD}
- - SEASONALBOT_ADMIN_ROLE_ID=${SEASONALBOT_ADMIN_ROLE_ID}
- - CHANNEL_DEVLOG=${CHANNEL_DEVLOG}
- - CHANNEL_SEASONALBOT_COMMANDS=${CHANNEL_SEASONALBOT_COMMANDS}
+ - SEASONALBOT_TOKEN
+ - SEASONALBOT_DEBUG
+ - SEASONALBOT_GUILD
+ - SEASONALBOT_ADMIN_ROLE_ID
+ - CHANNEL_DEVLOG
+ - CHANNEL_SEASONALBOT_COMMANDS
- REDIS_HOST=redis
volumes: