Files
life-bot/compose.yml
2025-07-18 14:42:11 +03:00

11 lines
285 B
YAML

services:
life-bot:
image: git.frik.su/eugenebee/life-bot:latest
container_name: life-bot
environment:
BOT_TOKEN: "telegram-bot-token"
WHITELIST: "chat-id-1, chat-id-2"
volumes:
- ./data:/app/data
- ./logs:/app/logs
restart: unless-stopped