Update conf to use file provider instead http provider

This commit is contained in:
Florian RICHER 2023-09-24 17:20:34 +02:00
parent 0f82e179af
commit 6ff4c4050d
6 changed files with 12 additions and 17 deletions

View file

@ -38,8 +38,9 @@ providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
http:
endpoint: "http://http_provider/dynamic_conf.yaml"
file:
filename: /dynamic_conf.yml
watch: true
certificatesResolvers:
sslResolver: