Hi sorry if this has be answered before.
is it possible to direct nginx to another container on a different server inside the seam network.
I currently have nginx handling the traffic that's pointed to the external IP from here it directs the traffic to the correct VPS.
What I would like to to do is have one server with docker installed with several containers with WordPress installed, i.e. example.com, example1.com, example2.com. would I then need another nginx instance installed on the same server as the websites or could I define the server address and then the docker address.
I hope this make sense.