From 2747204275cc34d7acd4e04524242b0e32092dc0 Mon Sep 17 00:00:00 2001 From: carsten Date: Mon, 20 Apr 2026 00:06:03 +0000 Subject: [PATCH] Update compose.yml --- compose.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 311dc7a..77eaf07 100644 --- a/compose.yml +++ b/compose.yml @@ -12,7 +12,13 @@ services: # Telegram integration: - TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN} - TELEGRAM_ALLOWED_USER_IDS=${TELEGRAM_ALLOWED_USER_IDS} - - GATEWAY_CONTROL_UI_ALLOWED_ORIGINS=https://ditteai.ckvist.dk + + # Tillad både http og https (NPM kan nogle gange sende http internt) + - GATEWAY_CONTROL_UI_ALLOWED_ORIGINS=https://ditteai.ckvist.dk,http://ditteai.ckvist.dk + + # Fortæl OpenClaw at den skal stole på din NPM maskines IP + # Udskift 10.0.0.28 med den IP din NPM maskine har (den der ses i loggen) + - GATEWAY_TRUSTED_PROXIES=10.0.0.28,127.0.0.1 volumes: - /datadisk/docker/openclaw-ditte/config:/root/.openclaw - /datadisk/docker/openclaw-ditte/workspace:/root/openclaw/workspace