Files
compose/ai/hermes-workspace
Hermes 62fa78b97f fix(hermes-workspace): add HOST=0.0.0.0 for Traefik reachability, drop redundant nodejs install
The base hermets-agent image already ships Node.js; apt-get nodejs
could conflict or downgrade it. Only install tmux and curl.

Add ENV HOST=0.0.0.0 so the workspace listens on all interfaces
(default 127.0.0.1 makes it unreachable via Traefik reverse proxy).
Add ENV NODE_ENV=production for production-mode optimizations.
2026-05-20 14:07:26 -04:00
..