Sha256: bb4f88f701890494691aa741a4c15e18e744e235ecc40801e131c93f295f2272

Contents?: true

Size: 450 Bytes

Versions: 2

Compression:

Stored size: 450 Bytes

Contents

---
version: "3.7"
services:
  discord-command-bot:
    image: fortressone/discord-bot:latest
    command: "server"
    restart: always
    volumes:
      - type: bind
        source: ./config.yaml
        target: /discord-bot/config.yaml
  discord-watcher-bot:
    image: fortressone/discord-bot:latest
    command: "watcher"
    restart: always
    volumes:
      - type: bind
        source: ./config.yaml
        target: /discord-bot/config.yaml

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
qwtf_discord_bot-4.0.3 docker-compose.yml
qwtf_discord_bot-4.0.2 docker-compose.yml