composte-hermes.yml aktualisiert
This commit is contained in:
parent
8ab511948b
commit
ef8b1d2726
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue