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