From ac9d34d96d5712e66a091c15dfa4dbf0bf57819f Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Tue, 16 Jun 2026 19:58:19 +0000 Subject: [PATCH] Korrektur --- compose-hermes.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose-hermes.yaml b/compose-hermes.yaml index d485815..1faa3b2 100644 --- a/compose-hermes.yaml +++ b/compose-hermes.yaml @@ -3,7 +3,7 @@ services: image: nousresearch/hermes-agent:latest container_name: hermes-agent restart: unless-stopped - command: gateway run --dashboard-insecure + command: gateway run ports: - "8642:8642" # Gateway API (OpenAI-compatible) - "9119:9119" # Web Dashboard @@ -11,6 +11,6 @@ services: - /opt/hermes-agent/data:/opt/data environment: - HERMES_DASHBOARD=1 - - OLLAMA_BASE_URL=http://172.16.1.168:11434/v1 - # API Keys – alternativ nach dem ersten Start in /opt/hermes-agent/data/.env eintragen - shm_size: "1g" \ No newline at end of file + - HERMES_DASHBOARD_HOST=0.0.0.0 + - HERMES_DASHBOARD_INSECURE=1 + - OLLAMA_BASE_URL=http://172.16.1.168:11434/v1 \ No newline at end of file