You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all dynamic config is pulled from docker. A user could use the config options to add any other provieder, however the most prominent usecase would be to add a file provider. In order to simplify this process, we should allow users to add a custom config file via yaml config.
The following features should be implemented:
there is a config option trraefik_dynamic_file_config
when trraefik_dynamic_file_config is set, a file is rendered in the traefik dir
when trraefik_dynamic_file_config is set, a file provider is added to the config
The text was updated successfully, but these errors were encountered:
Currently, all dynamic config is pulled from docker. A user could use the config options to add any other provieder, however the most prominent usecase would be to add a
file
provider. In order to simplify this process, we should allow users to add a custom config file via yaml config.The following features should be implemented:
trraefik_dynamic_file_config
trraefik_dynamic_file_config
is set, a file is rendered in the traefik dirtrraefik_dynamic_file_config
is set, afile
provider is added to the configThe text was updated successfully, but these errors were encountered: