From c549ae4d22fbba39d02e02b5005a8fa8d3a361e7 Mon Sep 17 00:00:00 2001 From: carsten Date: Sun, 19 Apr 2026 14:48:28 +0000 Subject: [PATCH] Update compose.yml --- compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yml b/compose.yml index b0f8c8e..95b4598 100644 --- a/compose.yml +++ b/compose.yml @@ -9,6 +9,9 @@ services: - OPENAI_API_KEY=${OPENAI_API_KEY} - ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY} - GATEWAY_TOKEN=${GATEWAY_TOKEN} + # Telegram integration: + - TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN} + - TELEGRAM_ALLOWED_USER_IDS=${TELEGRAM_ALLOWED_USER_IDS} volumes: - /datadisk/docker/openclaw-ditte/config:/root/.openclaw - /datadisk/docker/openclaw-ditte/workspace:/root/openclaw/workspace