Adding -insecure flag to hermes dashboard
This commit is contained in:
+3
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user