From 548e15d6b4a1d6aa53ddcdb14c015917000d0331 Mon Sep 17 00:00:00 2001 From: Hermes Date: Wed, 20 May 2026 20:02:26 -0400 Subject: [PATCH] feat(compose): add HERMES_PROFILES env var for multi-gateway mode --- ai/compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ai/compose.yml b/ai/compose.yml index 8697395..7d1c8c4 100644 --- a/ai/compose.yml +++ b/ai/compose.yml @@ -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