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