diff options
author | 2020-11-16 16:18:48 +0200 | |
---|---|---|
committer | 2020-11-16 16:19:04 +0200 | |
commit | 52224192c897e37b69618bfcbd103e84f999405e (patch) | |
tree | ba7a467365b3da264ac73109f2296f5fda723dae | |
parent | Create Redis configuration class (diff) |
Put development Redis information to container
-rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index bc0cba6c..3aec29d5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,6 +12,7 @@ services: environment: - SEASONALBOT_TOKEN=yourtokenhere - SEASONALBOT_DEBUG=true + - REDIS_HOST=redis # - SEASONALBOT_GUILD= # - SEASONALBOT_ADMIN_ROLE_ID= # - CHANNEL_ANNOUNCEMENTS= |