runtipi/traefik/traefik.yml
DrMxrcy 6bc29df1d2 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
2023-05-20 19:02:02 +02:00

29 lines
464 B
YAML

api:
dashboard: true
insecure: true
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
watch: true
exposedByDefault: false
file:
directory: /root/.config/dynamic
watch: true
entryPoints:
web:
address: ":80"
websecure:
address: ":443"
certificatesResolvers:
myresolver:
acme:
email: acme@thisprops.com
storage: /shared/acme.json
httpChallenge:
entryPoint: web
log:
level: ERROR