Adding memory for gerhard

This commit is contained in:
2026-04-26 15:49:48 +02:00
parent bca2f47e70
commit e95e03def3
12 changed files with 315 additions and 158 deletions
+2 -1
View File
@@ -74,16 +74,17 @@ services:
AUTH_PASSWORD: ${AUTH_PASSWORD}
extra_hosts:
- "host.docker.internal:host-gateway"
gerhard:
image: hermes-agent:latest
container_name: gerhard
volumes:
- ./agents/gerhard-hermes:/opt/data
- ./agents/gerhard-workspace:/workspace
restart: unless-stopped
environment:
HERMES_UID: ${HERMES_UID:-1000}
HERMES_GID: ${HERMES_GID:-1000}
HERMES_HOME: /opt/data
extra_hosts:
- "host.docker.internal:host-gateway"
command: ["gateway", "run"]