mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-11-10 03:52:00 +01:00
Dual farm twitch drops
This commit is contained in:
parent
dd4af93031
commit
36279f2f91
1 changed files with 15 additions and 6 deletions
|
@ -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
|
Loading…
Reference in a new issue