I have several Node-red docker instances running in a server and I want to use reverse proxy ( "easy SSL setup ") known as "traefik" to access them with different sub-domains.
I tried but can't get that to work , just wondering if anyone did that before that can provide an example on how to:
-setup traefik docker-compose.yml
-setup traefix.toml ( for 3 sub-domains )
-setup node-red docker-compose.yml
thanks