I have two separate spring web projects one is on my computer and other is in a docker container. What im trying to do is exposing both of them in 8080 port. Is there anyway that i can achieve this?
I have a security config file on the project that is in my computer which filters the requests and asks for jwt. So i think i cant directly use a gateway.