34 lines
600 B
Django/Jinja
34 lines
600 B
Django/Jinja
api:
|
|
dashboard: true
|
|
debug: true
|
|
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
http:
|
|
redirections:
|
|
entryPoint:
|
|
to: https
|
|
scheme: https
|
|
https:
|
|
address: ":443"
|
|
|
|
serversTransport:
|
|
insecureSkipVerify: true
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
exposedByDefault: false
|
|
|
|
certificatesResolvers:
|
|
cloudflare:
|
|
acme:
|
|
email: {{ letsencrypt_email | default('admin@example.com') }}
|
|
storage: acme.json
|
|
dnsChallenge:
|
|
provider: cloudflare
|
|
resolvers:
|
|
- "1.1.1.1:53"
|
|
- "1.0.0.1:53"
|