Sha256: 3978317e888fdd6d08e07ae0a62b3631116bd1ec52737885376805debaaa6f78
Contents?: true
Size: 660 Bytes
Versions: 1
Compression:
Stored size: 660 Bytes
Contents
--- version: "3.7" services: redis: image: redis:alpine restart: always discord-command-bot: image: 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: 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qwtf_discord_bot-4.2.5 | docker-compose.yml |