Using docker. First day playing with Traefik so lots to learn. Been bashing my head against a wall trying to figure out what appears to be very simple: terminate https and pass the request via http to my app.
--https---<traefik (docker port 9443)>--http-samehost--<application (docker port 8000)>
I'm ok with using the internal self-signed certificate.
I've searched the web, the forum. All the examples I can find are either redirecting http to https, or involve letsencrypt, or are so old that the I just get random error message about EntryPoints not existing, nodes not working.
Does anyone have a sample dockerfile that works with v3 that terminates tls?