Dual farm twitch drops

This commit is contained in:
GHOSCHT 2022-10-15 21:56:25 +02:00
parent dd4af93031
commit 36279f2f91

View file

@ -1,13 +1,22 @@
version: "3.5" version: "3.5"
services: services:
dropbot: dropbot_m:
image: ghcr.io/tychothetaco/twitch-drops-bot image: ghcr.io/tychothetaco/twitch-drops-bot
container_name: dropbot container_name: dropbot_m
user: uid:gid user: 1000:1000
volumes: volumes:
- dropbot_data:/app/data - dropbot_m_data:/app/data
restart: "unless-stopped"
dropbot_p:
image: ghcr.io/tychothetaco/twitch-drops-bot
container_name: dropbot_p
user: 1000:1000
volumes:
- dropbot_p_data:/app/data
restart: "unless-stopped" restart: "unless-stopped"
volumes: volumes:
dropbot_data: dropbot_m_data:
name: dropbot_data name: dropbot_m_data
dropbot_p_data:
name: dropbot_p_data