Files
twitchrise-bot/compose.yml
2025-08-09 20:09:52 +05:30

12 lines
262 B
YAML

version: "3.8"
services:
twitchrise-bot:
image: ghcr.io/driftywinds/twitchrise-bot:latest
container_name: twitchrise-bot
volumes:
- ./watchlists.json:/app/watchlists.json
- ./.env:/app/.env:ro
restart: unless-stopped
tty: true