--- global: checkNewVersion: {{ .CheckNewVersion }} sendAnonymousUsage: {{ .SendAnonymousUsage }} api: insecure: false dashboard: true debug: false entryPoints: http: address: "{{ .ContainerIp }}:80" http: redirections: entryPoint: to: "https" scheme: "https" permanent: true https: address: "{{ .ContainerIp }}:443" ssh: address: "{{ .ContainerIp }}:22" providers: file: watch: true directory: "/helix/shared/traefik/dynamic" log: level: "{{ .LogLevel }}"