Adding chat to hermes

This commit is contained in:
2026-04-25 12:33:06 +02:00
parent f30d029968
commit 14f74c372b
+1 -1
View File
@@ -103,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", "--insecure"]
command: ["dashboard", "--host", "0.0.0.0", "--no-open", "--insecure", "--tui"]
postgres:
image: postgres:16-alpine