Is it possible to use Traefik as an HTTPS proxy for non-containerize-ed web servers?
I have two web servers (on the same computer as Traefik) that I want proxied via SNI. I need the subdomain to point to the related web server.
I don't see where this is possible from the (rather confusing) documentation.
Specifically, I am looking for an example with a docker-compose.yml for the static configuration that references a traefik.yml for dynamic configuration. The docker-compose.yml file should contain the absolute minimum to access an insecure dashboard on localhost:8080 that references the traefik.yml file. The traefik.yml file should contain just the minimum configuration to route a host on a domain to an HTTP IP Address/Port hosted outside of Docker.