traefik-config/traefik.yaml
2023-08-17 18:44:06 +00:00

42 lines
684 B
YAML

entrypoints:
web:
address: :80
websecure:
address: :443
api:
dashboard: true
certificatesResolvers:
letsencrypt:
acme:
email: sysadmin@tams.tech
storage: /config/acme.json
dnsChallenge:
provider: digitalocean
letsencrypt_standalone:
acme:
email: sysadmin@tams.tech
storage: /config/acme-standalone.json
httpChallenge:
entryPoint: web
providers:
docker:
watch: true
network: web
exposedByDefault: false
file:
filename: /config/traefik_dynamic.yaml
log:
level: INFO
format: json
# accessLog:
# format: json
# filters:
# statusCodes: [ 300-599 ]
# minDuration: 500ms