Adding -insecure flag to hermes dashboard

This commit is contained in:
2026-04-25 11:40:33 +02:00
parent 3628c89481
commit f6d701b125
485 changed files with 167500 additions and 5 deletions
+3 -5
View File
@@ -76,9 +76,7 @@ services:
- "host.docker.internal:host-gateway"
gerhard:
build:
context: ../../hermes-agent
image: hermes-agent
image: nousresearch/hermes-agent
container_name: gerhard
volumes:
- ./agents/gerhard-hermes:/opt/data
@@ -91,7 +89,7 @@ services:
command: ["gateway", "run"]
gerhard-dashboard:
image: hermes-agent
image: nousresearch/hermes-agent
container_name: gerhard-dashboard
ports:
- "50007:9119" # web dashboard at localhost:50007
@@ -105,7 +103,7 @@ services:
HERMES_GID: ${HERMES_GID:-1000}
extra_hosts:
- "host.docker.internal:host-gateway"
command: ["dashboard", "--host", "0.0.0.0", "--no-open"]
command: ["dashboard", "--host", "0.0.0.0", "--no-open", "--insecure"]
postgres:
image: postgres:16-alpine