Adding changes to festinger

This commit is contained in:
2026-04-25 11:31:58 +02:00
parent abc5cf5952
commit df28e56add
8 changed files with 707 additions and 118 deletions
+25 -8
View File
@@ -76,19 +76,36 @@ services:
- "host.docker.internal:host-gateway"
gerhard:
image: agent0ai/agent-zero:latest
build:
context: ../../hermes-agent
image: hermes-agent
container_name: gerhard
ports:
- "50007:80"
volumes:
- ./agents/gerhard:/a0/usr
- ${HOME}/.ssh:/root/.ssh
- ./agents/gerhard-hermes:/opt/data
restart: unless-stopped
environment:
AUTH_LOGIN: ${AUTH_LOGIN}
AUTH_PASSWORD: ${AUTH_PASSWORD}
HERMES_UID: ${HERMES_UID:-1000}
HERMES_GID: ${HERMES_GID:-1000}
extra_hosts:
- "host.docker.internal:host-gateway"
command: ["gateway", "run"]
gerhard-dashboard:
image: hermes-agent
container_name: gerhard-dashboard
ports:
- "50007:9119" # web dashboard at localhost:50007
volumes:
- ./agents/gerhard-hermes:/opt/data
restart: unless-stopped
depends_on:
- gerhard
environment:
HERMES_UID: ${HERMES_UID:-1000}
HERMES_GID: ${HERMES_GID:-1000}
extra_hosts:
- "host.docker.internal:host-gateway"
command: ["dashboard", "--host", "0.0.0.0", "--no-open"]
postgres:
image: postgres:16-alpine
@@ -135,7 +152,7 @@ services:
- gunnar
- rind
- abyssinthia
- gerhard
- gerhard-dashboard
volumes:
festinger-pgdata: