Actualiser configs/traefik.yml
This commit is contained in:
parent
341bb480d1
commit
b266ef3c8d
@ -8,13 +8,17 @@ global:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
http:
|
http:
|
||||||
address: ":80"
|
address: ":80"
|
||||||
|
# forwardedHeaders:
|
||||||
|
# insecure: true
|
||||||
http:
|
http:
|
||||||
redirections:
|
redirections:
|
||||||
entryPoint:
|
entryPoint:
|
||||||
to: "https"
|
to: https
|
||||||
# scheme: "https"
|
scheme: https
|
||||||
https:
|
https:
|
||||||
address: ":443"
|
address: ":443"
|
||||||
|
# forwardedHeaders:
|
||||||
|
# insecure: true
|
||||||
http:
|
http:
|
||||||
middlewares:
|
middlewares:
|
||||||
- secureHeaders@file
|
- secureHeaders@file
|
||||||
@ -23,17 +27,10 @@ entryPoints:
|
|||||||
metrics:
|
metrics:
|
||||||
address: ":8181"
|
address: ":8181"
|
||||||
|
|
||||||
# Access logs
|
|
||||||
# accessLog: fields:
|
|
||||||
# headers:
|
|
||||||
# names:
|
|
||||||
# User-Agent: keep
|
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
docker:
|
docker:
|
||||||
endpoint: "unix:///var/run/docker.sock"
|
endpoint: "unix:///var/run/docker.sock"
|
||||||
exposedByDefault: false
|
exposedByDefault: false
|
||||||
# network: "interne"
|
|
||||||
watch: true
|
watch: true
|
||||||
file:
|
file:
|
||||||
directory: /etc/traefik/dynamic
|
directory: /etc/traefik/dynamic
|
||||||
@ -50,7 +47,7 @@ certificatesResolvers:
|
|||||||
storage: /etc/traefik/acme/acme.json
|
storage: /etc/traefik/acme/acme.json
|
||||||
|
|
||||||
api:
|
api:
|
||||||
insecure: true
|
# insecure: true
|
||||||
dashboard: true
|
dashboard: true
|
||||||
|
|
||||||
log:
|
log:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user