Advertisement
Guest User

Untitled

a guest
Dec 21st, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. api:
  2. dashboard: true
  3.  
  4. certificatesResolvers:
  5. http:
  6. acme:
  7. email: "certmaster@domain.tdl"
  8. storage: "acme_letsencrypt.json"
  9. httpChallenge:
  10. entryPoint: http
  11.  
  12. entryPoints:
  13. http:
  14. address: ":80"
  15. http:
  16. redirections:
  17. entryPoint:
  18. to: "https"
  19. scheme: "https"
  20. https:
  21. address: ":443"
  22.  
  23. global:
  24. checknewversion: true
  25. sendanonymoususage: false
  26.  
  27. providers:
  28. docker:
  29. endpoint: "unix:///var/run/docker.sock"
  30. exposedByDefault: false
  31. network: "traefik_default"
  32. file:
  33. filename: "./dynamic_conf.yml"
  34. watch: true
  35. providersThrottleDuration: 10
  36.  
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement