You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adc/ansible/roles/test/templates/traefik.toml

41 lines
799 B

# defaultEntryPoints must be at the top
# because it should not be in any table below
defaultEntryPoints = ["http", "https"]
[log]
level = "DEBUG"
[api]
dashboard = true
insecure = false
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.https]
address = ":443"
[http.middlewares]
[http.middlewares.awfulAll-https-redir.redirectScheme]
scheme = "https"
permanent = true
[certificatesResolvers.awfulAll-resolver.acme]
storage = "/acme/acme.json"
email = "me@jowj.net"
caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
[certificatesResolvers.awfulAll-resolver.acme.dnsChallenge]
provider = "digitalocean"
[providers.docker]
[docker]
endpoint = "unix:///var/run/docker.sock"
watch = true
exposedbydefault = false