Skip to content

docs(docker): document API_SERVER_* env vars (salvage #11758) - #20409

Merged
teknium1 merged 2 commits into
mainfrom
salvage/pr-11758
May 5, 2026
Merged

docs(docker): document API_SERVER_* env vars (salvage #11758)#20409
teknium1 merged 2 commits into
mainfrom
salvage/pr-11758

Conversation

@teknium1

@teknium1 teknium1 commented May 5, 2026

Copy link
Copy Markdown
Contributor

Documents that the OpenAI-compatible API server on port 8642 is gated on API_SERVER_ENABLED=true and needs API_SERVER_HOST=0.0.0.0 + API_SERVER_KEY to reach it from outside the container.

Changes:

  • website/docs/user-guide/docker.md — API_SERVER_* env var note on the basic docker run example (+15)
  • scripts/release.py — AUTHOR_MAP entry for CES4751

The PR's original diff was stale (main's Docker Compose section has been heavily refactored — dashboard is now an embedded side-process via HERMES_DASHBOARD=1, not a separate service, and the entrypoint auto-passes --insecure). The useful bit (API_SERVER_* env var requirements) is applied as a note on the basic docker run block.

Verified against gateway/config.py:1309API_SERVER_ENABLED env var gates the API server.

Closes #11758 via salvage.

Original PR by @CES4751 — authorship preserved.

xiangyong and others added 2 commits May 5, 2026 13:48
…compatible endpoint

Salvage of #11758. The PR's original diff was stale (the Docker Compose section on main has been heavily refactored — dashboard is now an embedded side-process, not a separate service), so the useful bit (API server env var requirements) is applied as a note on the basic `docker run` example.

Co-authored-by: xiangyong <xiangyong@zspace.cn>
@teknium1
teknium1 merged commit 1b10371 into main May 5, 2026
9 of 11 checks passed
@teknium1
teknium1 deleted the salvage/pr-11758 branch May 5, 2026 20:48
@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have area/docker Docker image, Compose, packaging labels May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/docker Docker image, Compose, packaging P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants