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