diff --git a/mounts/traefik/config/traefik.yaml b/mounts/traefik/config/traefik.yaml index 613a63d..e632d68 100644 --- a/mounts/traefik/config/traefik.yaml +++ b/mounts/traefik/config/traefik.yaml @@ -8,3 +8,16 @@ api: insecure: true accessLog: {} + +entryPoints: + web: + address: :80 + http: +# redirections: +# entryPoint: +# to: websecure +# scheme: https + websecure: + address: :443 + http: + tls: {}