Use external DNS for monitoring

This avoids potential issues with host DNS jitters
This commit is contained in:
Jake Howard 2022-05-19 09:39:30 +01:00
parent b23b5e130e
commit 6116eed775
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -13,6 +13,9 @@ services:
- traefik
volumes:
- ./data:/app/data
dns:
- 1.1.1.1
- 8.8.8.8
labels:
- traefik.enable=true
- traefik.http.routers.uptime-kuma.rule=Host(`status.theorangeone.net`)