# Traefik static configuration for local development (self-signed TLS) entryPoints: web: address: ":80" http: redirections: entryPoint: to: websecure scheme: https websecure: address: ":443" http: tls: options: default providers: docker: endpoint: "unix:///var/run/docker.sock" exposedByDefault: false network: "apa-frontend" file: filename: "/etc/traefik/traefik-dynamic.yml" watch: true api: dashboard: true insecure: true serversTransport: insecureSkipVerify: true log: level: INFO accessLog: {}