BrainDock/compose-hermes.yaml

17 lines
559 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
- OLLAMA_BASE_URL=http://172.16.1.168:11434/v1
# API Keys alternativ nach dem ersten Start in /opt/hermes-agent/data/.env eintragen
shm_size: "1g"