mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-11-10 03:21:59 +01:00
Init dropbot
This commit is contained in:
parent
5b2cc5ecb6
commit
19bd0b2b56
1 changed files with 14 additions and 0 deletions
14
dropbot/docker-compose.yml
Normal file
14
dropbot/docker-compose.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
version: "3.5"
|
||||||
|
services:
|
||||||
|
dropbot:
|
||||||
|
image: ghcr.io/tychothetaco/twitch-drops-bot
|
||||||
|
container_name: dropbot
|
||||||
|
user: uid:gid
|
||||||
|
network_mode: "host"
|
||||||
|
volumes:
|
||||||
|
- dropbot_data:/app/data
|
||||||
|
restart: "unless-stopped"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
dropbot_data:
|
||||||
|
name: dropbot_data
|
Loading…
Reference in a new issue