Update compose.yml

This commit is contained in:
2026-04-20 00:06:03 +00:00
parent 1b6c8e14e5
commit 2747204275

View File

@@ -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