i was created NGINX configuration file inside the nginx directory and add nginx-proxy service layer to docker-compose.yml file and all the request passes to the backend nodejs service in 3000 port through NGINX. if any request come port 80 via domain then nginx will be redirect in port 3000.
i was created NGINX configuration file inside the nginx directory and add nginx-proxy service layer to docker-compose.yml file and all the request passes to the backend nodejs service in 3000 port through NGINX. if any request come port 80 via domain then nginx will be redirect in port 3000.