Document Docker OpenClaw HMAC setup in README and compose.

Covers host-side agent auth, data/openclaw.env persistence, verify_hmac.py, and backend vs frontend port guidance (#424).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
BigBodyCobain
2026-06-30 21:51:40 -06:00
co-authored by Cursor
parent c45b91c06c
commit a7d66c5289
3 changed files with 19 additions and 1 deletions
+3
View File
@@ -100,6 +100,9 @@ services:
- GT_ANALYTICS_HIGH_RISK_THRESHOLD=${GT_ANALYTICS_HIGH_RISK_THRESHOLD:-0.6}
- GT_ANALYTICS_BASE_PRIOR=${GT_ANALYTICS_BASE_PRIOR:-0.15}
- GT_ANALYTICS_WATCHED_CHANNELS=${GT_ANALYTICS_WATCHED_CHANNELS:-}
# Optional override. Leave unset and use AI Intel → Connect Agent → Bootstrap
# instead — the UI persists OPENCLAW_HMAC_SECRET to data/openclaw.env on the
# backend_data volume so host-side agents can HMAC-auth after container restarts.
- OPENCLAW_HMAC_SECRET=${OPENCLAW_HMAC_SECRET:-}
volumes:
- backend_data:/app/data