#https://docs.traefik.io/toml/ #https://docs.traefik.io/user-guide/examples/ ################################################################ # Global configuration ################################################################ logLevel = "WARNING" defaultEntryPoints = ["http", "https"] InsecureSkipVerify = true [entryPoints] [entryPoints.http] address = ":80" [entryPoints.http.redirect] entryPoint = "https" [entryPoints.https] address = ":443" [entryPoints.https.tls] [retry] [acme] email = "overriden@in-traefik.yml" storage = "acme.json" entryPoint = "https" onHostRule = true acmeLogging = true [acme.httpChallenge] entryPoint = "http" ################################################################ # Docker configuration backend ################################################################ [docker] endpoint = "unix:///var/run/docker.sock" domain = "mydomain.com" watch = true exposedByDefault = false [file] watch = true