41 lines
No EOL
813 B
YAML
41 lines
No EOL
813 B
YAML
log:
|
|
level: DEBUG
|
|
filePath: /log-file.log
|
|
format: json
|
|
|
|
accessLog: {}
|
|
# certificatesResolvers:
|
|
# myresolver:
|
|
# acme:
|
|
# email: junte.kim@mealcraft.com
|
|
# # Mount a pvc to this location to not do let's encrypt everytime
|
|
# storage: /shared/acme.json
|
|
# httpChallenge:
|
|
# # used during the challenge
|
|
# entryPoint: web
|
|
# tlsChallenge: {}
|
|
|
|
# tls:
|
|
# certificates:
|
|
# - certFile: /etc/traefik/certs/mealcraft.com.crt
|
|
# keyFile: /etc/traefik/certs/mealcraft.com.key
|
|
|
|
entryPoints:
|
|
web:
|
|
address: :80
|
|
websecure:
|
|
address: :443
|
|
|
|
providers:
|
|
file:
|
|
filename: "/etc/traefik/traefik-dynamic.yaml"
|
|
watch: true
|
|
docker:
|
|
exposedByDefault: false
|
|
|
|
api:
|
|
dashboard: true
|
|
|
|
# needed to make oauth work
|
|
serversTransport:
|
|
insecureSkipVerify: true |