Sha256: 40b6d9888f1c4260d071847568554810f7a01b7ab5ba4e7e000c569a113ef575

Contents?: true

Size: 1002 Bytes

Versions: 16

Compression:

Stored size: 1002 Bytes

Contents

---
version: "3.7"
services:
  redis:
    image: redis:alpine
    restart: always
  discord-command-bot:
    image: fortressone/discord-bot:latest
    command: server
    restart: always
    depends_on:
      - redis
    volumes:
      - type: bind
        source: "/home/ubuntu/.config/qwtf_discord_bot/config.yaml"
        target: /discord-bot/config.yaml
  discord-watcher-bot:
    image: fortressone/discord-bot:latest
    command: watcher
    restart: always
    depends_on:
      - redis
    environment:
      - REDIS_URL=redis://redis
    volumes:
      - type: bind
        source: "/home/ubuntu/.config/qwtf_discord_bot/config.yaml"
        target: /discord-bot/config.yaml
  discord-pug-bot:
    image: fortressone/discord-bot:latest
    command: pug
    restart: always
    depends_on:
      - redis
    environment:
      - REDIS_URL=redis://redis
    volumes:
      - type: bind
        source: "/home/ubuntu/.config/qwtf_discord_bot/config.yaml"
        target: /discord-bot/config.yaml

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
qwtf_discord_bot-5.2.6 docker-compose.yml
qwtf_discord_bot-5.2.5 docker-compose.yml
qwtf_discord_bot-5.1.11 docker-compose.yml
qwtf_discord_bot-5.1.9 docker-compose.yml
qwtf_discord_bot-5.1.8 docker-compose.yml
qwtf_discord_bot-5.1.6 docker-compose.yml
qwtf_discord_bot-5.1.5 docker-compose.yml
qwtf_discord_bot-5.1.4 docker-compose.yml
qwtf_discord_bot-5.1.3 docker-compose.yml
qwtf_discord_bot-5.1.2 docker-compose.yml
qwtf_discord_bot-5.1.1 docker-compose.yml
qwtf_discord_bot-5.1.0 docker-compose.yml
qwtf_discord_bot-5.0.4 docker-compose.yml
qwtf_discord_bot-5.0.3 docker-compose.yml
qwtf_discord_bot-5.0.2 docker-compose.yml
qwtf_discord_bot-5.0.1 docker-compose.yml