franz/dropbot/docker-compose.yml

15 lines
279 B
YAML
Raw Normal View History

2022-08-27 11:38:26 +02:00
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