65 lines
1.4 KiB
YAML
65 lines
1.4 KiB
YAML
|
experimental:
|
||
|
http3: true
|
||
|
|
||
|
global:
|
||
|
checkNewVersion: true
|
||
|
sendAnonymousUsage: true
|
||
|
|
||
|
certificatesResolvers:
|
||
|
https-resolver:
|
||
|
acme:
|
||
|
httpchallenge:
|
||
|
entrypoint: http
|
||
|
email: godopu16@gmail.com
|
||
|
storage: /letsencrypt/acme.json
|
||
|
|
||
|
################################################################
|
||
|
# Traefik logs configuration
|
||
|
################################################################
|
||
|
|
||
|
log:
|
||
|
level: DEBUG
|
||
|
|
||
|
################################################################
|
||
|
# Access logs configuration
|
||
|
################################################################
|
||
|
|
||
|
accessLog:
|
||
|
filePath: /traefik.log
|
||
|
bufferingSize: 100
|
||
|
filters:
|
||
|
statusCodes: ["400-499"]
|
||
|
|
||
|
################################################################
|
||
|
# API and dashboard configuration
|
||
|
################################################################
|
||
|
|
||
|
api:
|
||
|
insecure: true
|
||
|
|
||
|
################################################################
|
||
|
# EntryPoints configuration
|
||
|
################################################################
|
||
|
|
||
|
|
||
|
entryPoints:
|
||
|
http:
|
||
|
address: :80
|
||
|
https:
|
||
|
address: :443
|
||
|
|
||
|
################################################################
|
||
|
# Docker configuration backend
|
||
|
################################################################
|
||
|
serversTransport:
|
||
|
insecureSkipVerify: true
|
||
|
|
||
|
providers:
|
||
|
file:
|
||
|
directory: /etc/traefik/dynamic/conf
|
||
|
|
||
|
# docker:
|
||
|
# exposedbydefault: false
|
||
|
# file:
|
||
|
# directory: /rules
|
||
|
# watch: true
|