composte-hermes.yml aktualisiert

This commit is contained in:
Marc Blatter 2026-07-22 15:10:29 +00:00
parent 8ab511948b
commit ef8b1d2726
1 changed files with 5 additions and 0 deletions

View File

@ -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: