BrainDock/compose-hermes.yaml

16 lines
481 B
YAML

services:
hermes-agent:
image: nousresearch/hermes-agent:latest
container_name: hermes-agent
restart: unless-stopped
command: gateway run
ports:
- "8642:8642" # Gateway API (OpenAI-compatible)
- "9119:9119" # Web Dashboard
volumes:
- /opt/hermes-agent/data:/opt/data
environment:
- HERMES_DASHBOARD=1
- HERMES_DASHBOARD_HOST=0.0.0.0
- HERMES_DASHBOARD_INSECURE=1
- OLLAMA_BASE_URL=http://172.16.1.168:11434/v1