47 lines
797 B
YAML
47 lines
797 B
YAML
log:
|
|
level: INFO
|
|
format: json
|
|
|
|
accessLog: {}
|
|
|
|
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
http:
|
|
redirections:
|
|
entryPoint:
|
|
to: websecure
|
|
scheme: https
|
|
websecure:
|
|
address: ":443"
|
|
http3: {}
|
|
http:
|
|
encodedCharacters:
|
|
allowEncodedSlash: true
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
exposedByDefault: false
|
|
network: cicd
|
|
watch: true
|
|
constraints:
|
|
swarm:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
exposedByDefault: false
|
|
network: cicd
|
|
watch: true
|
|
file:
|
|
filename: /etc/traefik/dynamic.yml
|
|
watch: true
|
|
|
|
certificatesResolvers:
|
|
letsencrypt:
|
|
acme:
|
|
email: si@sendico.io
|
|
storage: /sendico.json
|
|
httpChallenge:
|
|
entryPoint: web
|
|
|
|
api:
|
|
dashboard: true |