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: