init
This commit is contained in:
48
data/traefik.yml
Normal file
48
data/traefik.yml
Normal file
@@ -0,0 +1,48 @@
|
||||
global:
|
||||
checkNewVersion: true
|
||||
|
||||
log:
|
||||
level: info
|
||||
filePath: /data/stdout.log
|
||||
format: common
|
||||
|
||||
accessLog:
|
||||
filePath: "/data/access.log"
|
||||
filters:
|
||||
statusCodes:
|
||||
- "500-505"
|
||||
retryAttempts: true
|
||||
minDuration: "10ms"
|
||||
|
||||
serversTransport:
|
||||
insecureSkipVerify: true
|
||||
|
||||
api:
|
||||
dashboard: true
|
||||
|
||||
entryPoints:
|
||||
http:
|
||||
address: ":80"
|
||||
forwardedHeaders:
|
||||
insecure: true
|
||||
http:
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: "https"
|
||||
scheme: "https"
|
||||
permanent: true
|
||||
https:
|
||||
address: ":443"
|
||||
|
||||
providers:
|
||||
docker:
|
||||
endpoint: "unix:///var/run/docker.sock"
|
||||
exposedByDefault: false
|
||||
|
||||
certificatesResolvers:
|
||||
letsEncrypt:
|
||||
acme:
|
||||
email: noreply@yandex.ru
|
||||
storage: acme.json
|
||||
httpChallenge:
|
||||
entryPoint: http
|
Reference in New Issue
Block a user