ShoppinPal / loopback-mongo-sandbox

Get running with LoopbackJS and MongoDB quickly.
MIT License
4 stars 9 forks source link

created nginx.conf file and add nginx-proxy service to docker-compose.yml file #21

Open rishabh1635 opened 6 years ago

rishabh1635 commented 6 years ago

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.