composte-hermes.yml aktualisiert
This commit is contained in:
parent
879db47dae
commit
7bbeec3946
|
|
@ -49,13 +49,15 @@ services:
|
||||||
image: nousresearch/hermes-agent:latest
|
image: nousresearch/hermes-agent:latest
|
||||||
container_name: cortex-hermes-gateway
|
container_name: cortex-hermes-gateway
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
user: "0:0"
|
||||||
|
privileged: true
|
||||||
depends_on:
|
depends_on:
|
||||||
vllm:
|
vllm:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
command: ["gateway", "run"]
|
command: ["gateway", "run"]
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/hermes:/opt/data
|
- /opt/hermes:/opt/data
|
||||||
- /opt/data/.ssh:/root/.ssh
|
- /opt/hermes/.ssh:/root/.ssh
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- OPENAI_BASE_URL=http://vllm:8005/v1
|
- OPENAI_BASE_URL=http://vllm:8005/v1
|
||||||
|
|
@ -64,6 +66,7 @@ services:
|
||||||
- cortex-net
|
- cortex-net
|
||||||
|
|
||||||
hermes-dashboard:
|
hermes-dashboard:
|
||||||
|
user: "0:0"
|
||||||
image: nousresearch/hermes-agent:latest
|
image: nousresearch/hermes-agent:latest
|
||||||
container_name: cortex-hermes-dashboard
|
container_name: cortex-hermes-dashboard
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
@ -74,7 +77,7 @@ services:
|
||||||
- "9119:9119"
|
- "9119:9119"
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/hermes:/opt/data
|
- /opt/hermes:/opt/data
|
||||||
- /opt/data/.ssh:/root/.ssh
|
- /opt/hermes/.ssh:/root/.ssh
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- GATEWAY_HEALTH_URL=http://cortex-hermes-gateway:8642
|
- GATEWAY_HEALTH_URL=http://cortex-hermes-gateway:8642
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue