repair
repair
This commit is contained in:
@@ -8,14 +8,18 @@ services:
|
|||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
|
cap_add:
|
||||||
|
- CHOWN
|
||||||
|
- SETUID
|
||||||
|
- SETGID
|
||||||
pids_limit: 256
|
pids_limit: 256
|
||||||
environment:
|
environment:
|
||||||
TZ: ${TZ:-Europe/Berlin}
|
TZ: ${TZ:-Europe/Berlin}
|
||||||
HERMES_HOME: /opt/data
|
HERMES_HOME: /opt/data
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/user/appdata/hermes-agent/data:/opt/data
|
- /mnt/user/appdata/hermes-agent/data:/opt/data
|
||||||
- /mnt/user/appdata/hermes-agent/ssh:/root/.ssh
|
- /mnt/user/appdata/hermes-agent/ssh:/home/hermes/.ssh
|
||||||
- /mnt/user/appdata/secrets/hermes_runner_id_ed25519:/root/.ssh/id_ed25519:ro
|
- /mnt/user/appdata/secrets/hermes_runner_id_ed25519:/home/hermes/.ssh/id_ed25519:ro
|
||||||
- ./config/hermes/config.yaml:/opt/data/config.yaml:ro
|
- ./config/hermes/config.yaml:/opt/data/config.yaml:ro
|
||||||
expose:
|
expose:
|
||||||
- "8642"
|
- "8642"
|
||||||
|
|||||||
@@ -66,4 +66,4 @@ HASS_URL=http://homeassistant.local:8123
|
|||||||
TERMINAL_SSH_HOST=192.168.178.143
|
TERMINAL_SSH_HOST=192.168.178.143
|
||||||
TERMINAL_SSH_USER=hermes
|
TERMINAL_SSH_USER=hermes
|
||||||
TERMINAL_SSH_PORT=22
|
TERMINAL_SSH_PORT=22
|
||||||
TERMINAL_SSH_KEY=/root/.ssh/id_ed25519
|
TERMINAL_SSH_KEY=/home/hermes/.ssh/id_ed25519
|
||||||
|
|||||||
Reference in New Issue
Block a user