Traefik http routers
and services
are dynamic config, they should go into a separate config file and should be loaded with providers.file
in static config (traefik.yml
).
Also note that you can’t mix static config in traefik.yml
and in command
, decide for one.