diff options
author | 2020-11-16 16:55:27 +0200 | |
---|---|---|
committer | 2020-11-16 16:55:27 +0200 | |
commit | c9198aa6fd984e21c62c3c50dacca04eb34aa974 (patch) | |
tree | 9de51a917dffb8bb2d192e1d54e2f9d40ffd6684 | |
parent | Implement Redis connection to bot class and create instance (diff) |
Relay seasonalbot token and debug to docker-compose.yml
-rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 3aec29d5..ca4a2aff 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,8 +10,8 @@ services: restart: always environment: - - SEASONALBOT_TOKEN=yourtokenhere - - SEASONALBOT_DEBUG=true + - SEASONALBOT_TOKEN=${SEASONALBOT_TOKEN} + - SEASONALBOT_DEBUG=${SEASONALBOT_DEBUG} - REDIS_HOST=redis # - SEASONALBOT_GUILD= # - SEASONALBOT_ADMIN_ROLE_ID= |