Added insecure tag

This commit is contained in:
Marc Blatter 2026-06-16 19:54:37 +00:00
parent ec6e16e376
commit 964d447e3f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ services:
image: nousresearch/hermes-agent:latest image: nousresearch/hermes-agent:latest
container_name: hermes-agent container_name: hermes-agent
restart: unless-stopped restart: unless-stopped
command: gateway run command: gateway run --insecure
ports: ports:
- "8642:8642" # Gateway API (OpenAI-compatible) - "8642:8642" # Gateway API (OpenAI-compatible)
- "9119:9119" # Web Dashboard - "9119:9119" # Web Dashboard