Update docker-compose.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user