init docker setup
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
global:
|
||||
checkNewVersion: false
|
||||
sendAnonymousUsage: false
|
||||
log:
|
||||
level: DEBUG
|
||||
api:
|
||||
dashboard: true
|
||||
insecure: true
|
||||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
http:
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: websecure
|
||||
scheme: https
|
||||
permanent: true
|
||||
websecure:
|
||||
address: ":443"
|
||||
certificatesResolvers:
|
||||
cloudflare:
|
||||
acme:
|
||||
email: "nico@td-haider.at"
|
||||
storage: /var/traefik/certs/cloudflare-acme.json
|
||||
caServer: 'https://acme-v02.api.letsencrypt.org/directory'
|
||||
keyType: EC256
|
||||
dnsChallenge:
|
||||
provider: cloudflare
|
||||
resolvers:
|
||||
- "1.1.1.1:53"
|
||||
- "8.8.8.8:53"
|
||||
providers:
|
||||
docker:
|
||||
endpoint: "unix:///run/docker.sock"
|
||||
watch: true
|
||||
exposedByDefault: false
|
||||
Reference in New Issue
Block a user