fix: resolve Docker build errors and add Traefik routing for Hermes web UI #33

Merged
gortium merged 6 commits from fix/hermes-build into master 2026-05-22 16:36:24 +00:00
3 changed files with 35 additions and 88 deletions
Showing only changes of commit 548e15d6b4 - Show all commits

View File

@@ -40,6 +40,10 @@ services:
environment:
- OLLAMA_HOST=http://ollama:11434
- HERMES_DASHBOARD=1
# Multi-profile: comma-separated list of profiles to run as gateways.
# The entrypoint reads this and starts one gateway per profile.
# Add profiles here when they exist on disk (e.g. default,researcher,writer)
- HERMES_PROFILES=default
- API_SERVER_ENABLED=true
- API_SERVER_PORT=8642
- API_SERVER_HOST=0.0.0.0