Files
HarborForge/docker-compose.yml
hzhang da1af7d319 fix(compose): backend host->container port mapping uses fixed container :8000
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
2026-06-05 23:46:24 +01:00

2.7 KiB