fix: dynamic conf volume mapping

This commit is contained in:
Vaala Cat
2023-03-18 16:37:54 +08:00
parent 999b030820
commit a85e70f71b
3 changed files with 1 additions and 3 deletions

41
conf/traefik.yaml Executable file
View File

@@ -0,0 +1,41 @@
entryPoints:
web:
address: ":80"
http:
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
websecure:
address: ":443"
api:
insecure: true
providers:
docker: {}
file:
filename: /etc/traefik/dynamic.yaml
watch: true
log:
filePath: /var/log/traefik/common.log
format: json
level: INFO
accessLog:
filePath: /var/log/traefik/access.log
format: json
serversTransport:
insecureSkipVerify: true
certificatesResolvers:
myresolver:
acme:
email: me@vaala.cat
storage: acme.json
dnsChallenge:
provider: cloudflare