Update docker-compose.yml
This commit is contained in:
@@ -17,6 +17,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
TZ: ${TZ:-Europe/Berlin}
|
TZ: ${TZ:-Europe/Berlin}
|
||||||
HERMES_HOME: /opt/data
|
HERMES_HOME: /opt/data
|
||||||
|
dns:
|
||||||
|
- 192.168.178.58
|
||||||
|
- 1.1.1.1
|
||||||
|
- 8.8.8.8
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/user/appdata/hermes-agent/data:/opt/data
|
- /mnt/user/appdata/hermes-agent/data:/opt/data
|
||||||
- /mnt/user/appdata/hermes-agent/ssh:/home/hermes/.ssh
|
- /mnt/user/appdata/hermes-agent/ssh:/home/hermes/.ssh
|
||||||
@@ -54,6 +58,10 @@ services:
|
|||||||
TZ: ${TZ:-Europe/Berlin}
|
TZ: ${TZ:-Europe/Berlin}
|
||||||
HERMES_HOME: /opt/data
|
HERMES_HOME: /opt/data
|
||||||
GATEWAY_HEALTH_URL: http://hermes-gateway:8642
|
GATEWAY_HEALTH_URL: http://hermes-gateway:8642
|
||||||
|
dns:
|
||||||
|
- 192.168.178.58
|
||||||
|
- 1.1.1.1
|
||||||
|
- 8.8.8.8
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/user/appdata/hermes-agent/data:/opt/data:ro
|
- /mnt/user/appdata/hermes-agent/data:/opt/data:ro
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user