mirror of
https://github.com/driftywinds/twitchrise-bot.git
synced 2025-12-19 03:33:32 +00:00
12 lines
262 B
YAML
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
|