# Traefik Dashboard api: dashboard: true insecure: false # 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: ${ACME_EMAIL} storage: /letsencrypt/acme.json httpChallenge: entryPoint: web