From 80e23cfaf4995d3eec425621a8153344a5b959a0 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Wed, 22 Jul 2026 08:37:39 +0000 Subject: [PATCH] composte-hermes.yml aktualisiert --- composte-hermes.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/composte-hermes.yml b/composte-hermes.yml index be1a9e5..69a556c 100644 --- a/composte-hermes.yml +++ b/composte-hermes.yml @@ -36,6 +36,12 @@ services: - --enable-auto-tool-choice - --tool-call-parser=hermes - --reasoning-parser=deepseek_r1 + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:8005/health"] + interval: 30s + timeout: 10s + retries: 5 + start_period: 180s networks: - cortex-net @@ -67,6 +73,12 @@ services: hermes-agent dashboard --host 0.0.0.0 --no-open & DASHBOARD_PID=$! wait -n $GATEWAY_PID $DASHBOARD_PID + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:8642"] + interval: 30s + timeout: 10s + retries: 5 + start_period: 60s networks: - cortex-net