fix(docker): streamline workspace setup - #420
Closed
mateususa wants to merge 1 commit into
Closed
Conversation
Docker fixes: - Start dashboard API (HERMES_DASHBOARD=1) alongside gateway so workspace reaches sessions/skills/config/jobs over Docker DNS instead of falling back to limited zero-fork mode - Bind gateway on 0.0.0.0 inside container (host publish stays loopback-only at 127.0.0.1:8642) - Healthcheck now verifies both :8642 and :9119 - Rename volume claude-data -> hermes-agent-data; add hermes-workspace-files for file browser persistence - Add restart: unless-stopped to both services - Fix stale 'claude setup' comment -> 'hermes setup' Chat model selection: - Per-session model from the composer now persists and is sent with each message instead of silently falling back to the backend default - Default model config path: agents.defaults.model.primary -> model.default pnpm 11 build: - Add pnpm-workspace.yaml with allowBuilds map (pnpm 11 removed onlyBuiltDependencies / dangerouslyAllowAllBuilds) - Dockerfile COPY pnpm-workspace.yaml before pnpm install Misc: - Config API message: 'Restart Claude' -> 'Restart Hermes Agent' - README: document Docker terminal backend, volume persistence, dashboard API reachability - CHANGELOG: add [Unreleased] entries for all fixes
mateususa
force-pushed
the
fix/docker-workspace-setup
branch
from
May 12, 2026 05:15
a18fa8e to
f1fe11e
Compare
Owner
|
Closing as superseded by #432. The validated fix was folded into the consolidated batch branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification