diff options
| author | 2020-11-21 01:20:13 +0100 | |
|---|---|---|
| committer | 2020-11-21 01:20:13 +0100 | |
| commit | 8a57e92f3200ceb598e8c8c5faf39dcf24dd3e89 (patch) | |
| tree | 209c0a329bd5ca7811471e7fce7b7551d2f809ae /docker-compose.yml | |
| parent | Header image for Sir Lancebot (diff) | |
| parent | Merge pull request #528 from python-discord/lemon/refactor/seasonalbot_name_c... (diff) | |
Merge branch 'master' of github.com:python-discord/seasonalbot
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: | 
