From ef8b1d2726e6793685906503516bb5e2d732dfa2 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Wed, 22 Jul 2026 15:10:29 +0000 Subject: [PATCH] composte-hermes.yml aktualisiert --- composte-hermes.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composte-hermes.yml b/composte-hermes.yml index 1d87e75..9960a81 100644 --- a/composte-hermes.yml +++ b/composte-hermes.yml @@ -55,6 +55,8 @@ services: command: ["gateway", "run"] volumes: - /opt/hermes:/opt/data + - /opt/data/.ssh:/root/.ssh + environment: - OPENAI_BASE_URL=http://vllm:8005/v1 - OPENAI_API_KEY=sk-dummy-key-1234567890 @@ -72,6 +74,9 @@ services: - "9119:9119" volumes: - /opt/hermes:/opt/data + - /opt/data/.ssh:/root/.ssh + + environment: - GATEWAY_HEALTH_URL=http://cortex-hermes-gateway:8642 networks: