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