Enable Dynamic Configs via File

Gives Traefik the possibility to have a dynamic config. Worked with mastodon but did not interfere with any other apps
This commit is contained in:
DrMxrcy 2023-05-18 16:01:44 -04:00 committed by Nicolas Meienberger
parent 71e8a8f85f
commit 6bc29df1d2
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
http:
serversTransports:
insecuretransport:
insecureSkipVerify: true

View File

@ -7,6 +7,9 @@ providers:
endpoint: "unix:///var/run/docker.sock"
watch: true
exposedByDefault: false
file:
directory: /root/.config/dynamic
watch: true
entryPoints:
web: