repair
This commit is contained in:
2026-04-21 19:27:15 +02:00
parent e21c9b736e
commit 94493d57de
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -8,14 +8,18 @@ services:
- no-new-privileges:true
cap_drop:
- ALL
cap_add:
- CHOWN
- SETUID
- SETGID
pids_limit: 256
environment:
TZ: ${TZ:-Europe/Berlin}
HERMES_HOME: /opt/data
volumes:
- /mnt/user/appdata/hermes-agent/data:/opt/data
- /mnt/user/appdata/hermes-agent/ssh:/root/.ssh
- /mnt/user/appdata/secrets/hermes_runner_id_ed25519:/root/.ssh/id_ed25519:ro
- /mnt/user/appdata/hermes-agent/ssh:/home/hermes/.ssh
- /mnt/user/appdata/secrets/hermes_runner_id_ed25519:/home/hermes/.ssh/id_ed25519:ro
- ./config/hermes/config.yaml:/opt/data/config.yaml:ro
expose:
- "8642"
+1 -1
View File
@@ -66,4 +66,4 @@ HASS_URL=http://homeassistant.local:8123
TERMINAL_SSH_HOST=192.168.178.143
TERMINAL_SSH_USER=hermes
TERMINAL_SSH_PORT=22
TERMINAL_SSH_KEY=/root/.ssh/id_ed25519
TERMINAL_SSH_KEY=/home/hermes/.ssh/id_ed25519