Add default dns to cloudflare container

This commit is contained in:
tom.chivert 2024-05-24 11:05:59 +02:00
parent ff4e3b5e68
commit e966b8abc2
2 changed files with 6 additions and 0 deletions

View File

@ -88,3 +88,7 @@ grafana_log_level: error
grafana_router_logging: false
grafana_disable_sanitize_html: true
grafana_traefik_entrypoint: 'websecure'
# cloudflare
prometheus_cloudflare_dns: "1.1.1.1"

View File

@ -18,3 +18,5 @@ services:
- 8082:8080
networks:
- {{ prometheus_docker_network }}
dns:
- "{{ prometheus_cloudflare_dns }}"