composte-hermes.yml aktualisiert

This commit is contained in:
Marc Blatter 2026-07-22 18:15:23 +00:00
parent 879db47dae
commit 7bbeec3946
1 changed files with 5 additions and 2 deletions

View File

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