# Traefik Dashboard api: dashboard: true insecure: false # Logs log: level: INFO # DEBUG, INFO, WARN, ERROR filePath: /var/log/traefik/traefik.log accessLog: filePath: /var/log/traefik/access.log bufferingSize: 100 # Puertos de escucha de Traefik y redirección automatica entryPoints: web: address: ":80" http: redirections: entryPoint: to: websecure scheme: https websecure: address: ":443" providers: docker: endpoint: "unix:///var/run/docker.sock" exposedByDefault: false network: proxy file: directory: /etc/traefik/dynamic watch: true # Certificates from an ACME server certificatesResolvers: letsencrypt: acme: email: admin@tudominio.com # EDITA CON TU EMAIL REAL storage: /letsencrypt/acme.json httpChallenge: entryPoint: web