traefik-container/traefik.toml

28 lines
453 B
TOML

[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.https]
address = ":443"
[entryPoints.traefik]
address = ":8080"
[api]
dashboard = true
[acme]
email = "info@example.com"
storage = "acme.json"
entryPoint = "https"
onHostRule = true
[acme.httpChallenge]
entryPoint = "http"
[providers]
# [providers.docker]
[providers.file]
directory = "/traefik.conf.d/"
watch = true
[log]
level = 'INFO'