Initial commit

This commit is contained in:
2025-07-18 14:42:11 +03:00
commit 257b8ebb12
14 changed files with 270 additions and 0 deletions

11
compose.yml Normal file
View File

@ -0,0 +1,11 @@
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