aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-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: