Use external DNS for monitoring
This avoids potential issues with host DNS jitters
This commit is contained in:
parent
b23b5e130e
commit
6116eed775
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ services:
|
||||||
- traefik
|
- traefik
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
|
dns:
|
||||||
|
- 1.1.1.1
|
||||||
|
- 8.8.8.8
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.uptime-kuma.rule=Host(`status.theorangeone.net`)
|
- traefik.http.routers.uptime-kuma.rule=Host(`status.theorangeone.net`)
|
||||||
|
|
Loading…
Reference in a new issue