Use a nginx container to proxy requests between different applications running in different ports For example /app - should redirect to application running in port 3000 /web - should redirect to application running in port 3006 Applications used may be any example as well as static pages , nginx must be used to redirect requests between them Add the relevant files in the micro services nginx-proxy directory (create if not present)
Use a nginx container to proxy requests between different applications running in different ports
For example
/app - should redirect to application running in port 3000
/web - should redirect to application running in port 3006
Applications used may be any example as well as static pages , nginx must be used to redirect requests between them
Add the relevant files in the micro services nginx-proxy directory (create if not present)