Update docker-compose.yml

This commit is contained in:
2026-04-21 19:53:53 +02:00
parent 4e721a8ac9
commit 1791caf9a7
+8
View File
@@ -17,6 +17,10 @@ services:
environment:
TZ: ${TZ:-Europe/Berlin}
HERMES_HOME: /opt/data
dns:
- 192.168.178.58
- 1.1.1.1
- 8.8.8.8
volumes:
- /mnt/user/appdata/hermes-agent/data:/opt/data
- /mnt/user/appdata/hermes-agent/ssh:/home/hermes/.ssh
@@ -54,6 +58,10 @@ services:
TZ: ${TZ:-Europe/Berlin}
HERMES_HOME: /opt/data
GATEWAY_HEALTH_URL: http://hermes-gateway:8642
dns:
- 192.168.178.58
- 1.1.1.1
- 8.8.8.8
volumes:
- /mnt/user/appdata/hermes-agent/data:/opt/data:ro
networks: