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:
parent
2225b14efc
commit
e9821e95eb
2 changed files with 7 additions and 0 deletions
4
traefik/dynamic/dynamic.yml
Normal file
4
traefik/dynamic/dynamic.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
http:
|
||||
serversTransports:
|
||||
insecuretransport:
|
||||
insecureSkipVerify: true
|
|
@ -7,6 +7,9 @@ providers:
|
|||
endpoint: "unix:///var/run/docker.sock"
|
||||
watch: true
|
||||
exposedByDefault: false
|
||||
file:
|
||||
directory: /root/.config/dynamic
|
||||
watch: true
|
||||
|
||||
entryPoints:
|
||||
web:
|
||||
|
|
Loading…
Reference in a new issue