mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-11-10 03:31:59 +01:00
13 lines
254 B
YAML
13 lines
254 B
YAML
version: "3.5"
|
|
services:
|
|
dropbot:
|
|
image: ghcr.io/tychothetaco/twitch-drops-bot
|
|
container_name: dropbot
|
|
user: uid:gid
|
|
volumes:
|
|
- dropbot_data:/app/data
|
|
restart: "unless-stopped"
|
|
|
|
volumes:
|
|
dropbot_data:
|
|
name: dropbot_data
|