diff options
| author | 2020-11-21 01:06:18 +0100 | |
|---|---|---|
| committer | 2020-11-21 01:06:18 +0100 | |
| commit | bce8a0d2fceae622d24329d90a29e1e212f0a633 (patch) | |
| tree | fd1dfe3bef8af3de11a0bb129b9f7e8755ec8f99 /docker-compose.yml | |
| parent | Merge branch 'master' into redis-persist (diff) | |
| parent | Remove dead ShowProjects cog. (diff) | |
Merge pull request #528 from python-discord/lemon/refactor/seasonalbot_name_change
Rebrand bot to Sir Lancebot.
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 16 | 
1 files changed, 7 insertions, 9 deletions
| diff --git a/docker-compose.yml b/docker-compose.yml index 24eeafe0..bb6ad6ac 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,10 @@  version: "3.7"  services: -  seasonalbot: +  sir-lancebot:      build:        context: .        dockerfile: Dockerfile -    container_name: seasonalbot +    container_name: sir-lancebot      init: true      restart: always @@ -12,17 +12,15 @@ services:        - redis      environment: -      - SEASONALBOT_TOKEN -      - SEASONALBOT_DEBUG -      - SEASONALBOT_GUILD -      - SEASONALBOT_ADMIN_ROLE_ID +      - BOT_TOKEN +      - BOT_DEBUG +      - BOT_GUILD +      - BOT_ADMIN_ROLE_ID        - CHANNEL_DEVLOG -      - CHANNEL_SEASONALBOT_COMMANDS +      - CHANNEL_COMMUNITY_BOT_COMMANDS        - REDIS_HOST=redis      volumes: -      - /opt/pythondiscord/seasonalbot/log:/bot/bot/log -      - /opt/pythondiscord/seasonalbot/data:/bot/data        - .:/bot    redis: | 
