init
This commit is contained in:
45
data/traefik/traefik.yaml
Normal file
45
data/traefik/traefik.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
global:
|
||||
checkNewVersion: true
|
||||
|
||||
log:
|
||||
level: debug
|
||||
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
|
||||
https:
|
||||
address: ":443"
|
||||
|
||||
providers:
|
||||
docker:
|
||||
endpoint: "unix:///var/run/docker.sock"
|
||||
exposedByDefault: false
|
||||
# file:
|
||||
# directory: /custom
|
||||
# watch: true
|
||||
|
||||
certificatesResolvers:
|
||||
letsEncrypt:
|
||||
acme:
|
||||
email: admin@gmail.com
|
||||
storage: acme.json
|
||||
httpChallenge:
|
||||
entryPoint: http
|
Reference in New Issue
Block a user