mirror of
https://github.com/driftywinds/birthday-bot.git
synced 2025-12-19 08:23:33 +00:00
12 lines
256 B
YAML
12 lines
256 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
twitchrise-bot:
|
|
image: ghcr.io/driftywinds/birthday-bot:latest
|
|
container_name: birthday-bot
|
|
volumes:
|
|
- ./birthdays.json:/app/birthdays.json
|
|
- ./.env:/app/.env:ro
|
|
restart: unless-stopped
|
|
tty: true
|