Adding chat to hermes
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ services:
|
|||||||
HERMES_GID: ${HERMES_GID:-1000}
|
HERMES_GID: ${HERMES_GID:-1000}
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "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:
|
postgres:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user