traefik.yml 472 B

123456789101112131415161718192021222324252627
  1. log:
  2. level: DEBUG
  3. metrics:
  4. prometheus:
  5. addServicesLabels: true
  6. addRoutersLabels: true
  7. addEntryPointsLabels: true
  8. api:
  9. dashboard: true
  10. insecure: true
  11. entryPoints:
  12. web:
  13. # Listen on port 8081 for incoming requests
  14. address: :8081
  15. providers:
  16. # Enable the file provider to define routers / middlewares / services in file
  17. file:
  18. directory: ./conf
  19. watch: true
  20. # etcd:
  21. # rootKey: "traefik"
  22. # endpoints:
  23. # - "127.0.0.1:2379"