The container's entrypoint hardcodes uvicorn --port 8000, so the host port mapping must publish HOST:8000 (not HOST:HOST). Without this, setting BACKEND_PORT=18000 mapped 18000:18000 which left uvicorn unreachable from the host (it was on container :8000). Surfaced while rebuilding the backend image to pick up the KB router during HF openclaw plugin sim verification. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> EOF
2.7 KiB
2.7 KiB