Init dropbot

This commit is contained in:
GHOSCHT 2022-08-27 11:38:26 +02:00
parent 5b2cc5ecb6
commit 19bd0b2b56
No known key found for this signature in database
GPG key ID: A35BD466B8871994

View 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