From 1b6c8e14e50ae51890c69f0b106d0ba777c60d1a Mon Sep 17 00:00:00 2001 From: carsten Date: Sun, 19 Apr 2026 23:58:44 +0000 Subject: [PATCH] Update compose.yml --- compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 95b4598..311dc7a 100644 --- a/compose.yml +++ b/compose.yml @@ -11,7 +11,8 @@ services: - GATEWAY_TOKEN=${GATEWAY_TOKEN} # Telegram integration: - TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN} - - TELEGRAM_ALLOWED_USER_IDS=${TELEGRAM_ALLOWED_USER_IDS} + - TELEGRAM_ALLOWED_USER_IDS=${TELEGRAM_ALLOWED_USER_IDS} + - GATEWAY_CONTROL_UI_ALLOWED_ORIGINS=https://ditteai.ckvist.dk volumes: - /datadisk/docker/openclaw-ditte/config:/root/.openclaw - /datadisk/docker/openclaw-ditte/workspace:/root/openclaw/workspace