Proxying HTTP to HTTPS container

Hi.

I have multiple Docker containers running as HTTP subdomains exposed via a Traefik container.
I have an additional container that exposes only an HTTPS port.

I'd like to expose it over Traefik via HTTP.

Can you do this in Traefik - how is it configured?

With Docker labels it should work with something like

traefik.http.services.service02.loadbalancer.server.scheme=https