mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-11-13 01:34:18 +01:00
14 lines
254 B
YAML
14 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
|