Skip to content

feat(docker): add Windows Docker Desktop compatible compose file#31031

Merged
benbarclay merged 1 commit into
NousResearch:mainfrom
Sunil123135:feat/windows-docker-desktop
May 27, 2026
Merged

feat(docker): add Windows Docker Desktop compatible compose file#31031
benbarclay merged 1 commit into
NousResearch:mainfrom
Sunil123135:feat/windows-docker-desktop

Conversation

@Sunil123135

Copy link
Copy Markdown
Contributor

What does this PR do?

Adds \docker-compose.windows.yml\ as a companion to the existing \docker-compose.yml\ for users running Docker Desktop on Windows.

Docker Desktop for Windows does not support
etwork_mode: host\ (it is Linux-only). The existing \docker-compose.yml\ uses host networking, which silently fails on Windows — containers start but the gateway and dashboard cannot communicate as expected.

This file is a minimal, drop-in alternative that:

  • Removes
    etwork_mode: host\ entirely
  • Adds an explicit port mapping (\127.0.0.1:9119:9119) for the dashboard
  • Passes --insecure\ to the dashboard command (required when binding to \

@alt-glitch alt-glitch added type/feature New feature or request P3 Low — cosmetic, nice to have area/docker Docker image, Compose, packaging labels May 23, 2026
@benbarclay benbarclay merged commit 840f79e into NousResearch:main May 27, 2026
gweeteve pushed a commit to gweeteve/hermes-agent that referenced this pull request Jun 2, 2026
…ocker-desktop

feat(docker): add Windows Docker Desktop compatible compose file
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/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants