Files
birthday-bot/compose.yml
2025-08-20 23:20:59 +05:30

12 lines
254 B
YAML

version: "3.8"
services:
birthday-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