2023-05-02 18:38:04 +02:00
|
|
|
api:
|
|
|
|
dashboard: true
|
|
|
|
|
2023-08-18 18:10:37 +02:00
|
|
|
log:
|
|
|
|
level: INFO
|
2023-09-25 12:49:21 +02:00
|
|
|
accessLog: {}
|
2023-05-02 18:38:04 +02:00
|
|
|
|
|
|
|
entryPoints:
|
2023-09-25 22:01:57 +02:00
|
|
|
ssh:
|
|
|
|
address: ":22"
|
2023-05-02 18:38:04 +02:00
|
|
|
http:
|
|
|
|
address: ":80"
|
|
|
|
http:
|
|
|
|
redirections:
|
|
|
|
entryPoint:
|
|
|
|
to: https
|
|
|
|
scheme: https
|
|
|
|
https:
|
|
|
|
address: ":443"
|
|
|
|
metrics:
|
|
|
|
address: ":8080"
|
|
|
|
|
|
|
|
metrics:
|
|
|
|
prometheus:
|
|
|
|
entryPoint: metrics
|
|
|
|
buckets:
|
|
|
|
- 0.1
|
|
|
|
- 0.3
|
|
|
|
- 1.2
|
|
|
|
- 5.0
|
|
|
|
addEntryPointsLabels: true
|
|
|
|
addServicesLabels: true
|
|
|
|
|
|
|
|
providers:
|
|
|
|
docker:
|
|
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
|
|
exposedByDefault: false
|
2023-09-24 17:20:34 +02:00
|
|
|
file:
|
|
|
|
filename: /dynamic_conf.yml
|
|
|
|
watch: true
|
2023-05-02 18:38:04 +02:00
|
|
|
|
|
|
|
certificatesResolvers:
|
|
|
|
sslResolver:
|
|
|
|
acme:
|
2023-05-20 15:53:20 +02:00
|
|
|
email: {{ acme.email }}
|
2023-06-09 18:03:50 +02:00
|
|
|
tlsChallenge: {}
|
2023-05-02 18:38:04 +02:00
|
|
|
storage: acme.json
|
|
|
|
keyType: RSA4096
|
2023-05-20 15:53:20 +02:00
|
|
|
{% if acme.debug %}
|
2023-05-03 22:35:19 +02:00
|
|
|
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
|
2023-05-20 15:53:20 +02:00
|
|
|
{% endif %}
|
2023-05-02 18:38:04 +02:00
|
|
|
httpChallenge:
|
|
|
|
entryPoint: http
|