composte-hermes.yml aktualisiert
This commit is contained in:
parent
8ab511948b
commit
ef8b1d2726
|
|
@ -55,6 +55,8 @@ services:
|
||||||
command: ["gateway", "run"]
|
command: ["gateway", "run"]
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/hermes:/opt/data
|
- /opt/hermes:/opt/data
|
||||||
|
- /opt/data/.ssh:/root/.ssh
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- OPENAI_BASE_URL=http://vllm:8005/v1
|
- OPENAI_BASE_URL=http://vllm:8005/v1
|
||||||
- OPENAI_API_KEY=sk-dummy-key-1234567890
|
- OPENAI_API_KEY=sk-dummy-key-1234567890
|
||||||
|
|
@ -72,6 +74,9 @@ services:
|
||||||
- "9119:9119"
|
- "9119:9119"
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/hermes:/opt/data
|
- /opt/hermes:/opt/data
|
||||||
|
- /opt/data/.ssh:/root/.ssh
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GATEWAY_HEALTH_URL=http://cortex-hermes-gateway:8642
|
- GATEWAY_HEALTH_URL=http://cortex-hermes-gateway:8642
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue