Arun Pandeyblog.devopsenthusiasts.solutions·Nov 16, 2024Deploying 3-tier Backend Application Using Docker And NginxIntroduction The 3-tier backend application comprises three containers: NGINX MySQL Django-App This setup demonstrates how these components collaborate to deliver a robust, scalable, and maintainable web application. What is NGINX? NGINX acts a...Discussdocker nginx
Deepak Patildeepakcloud22.hashnode.dev·Mar 13, 2023Web-Application Deployment Using Nginx Web ServerOverall, this project demonstrated how Nginx Web Server can be used to deploy web applications in a scalable, secure, and reliable manner, and how Docker can be used to package and deploy these applications with ease. The technology stack used in thi...Discuss·2 likes·2.1K readsnginx
Milan Dangolmilaan.hashnode.dev·Mar 9, 2023Scaling Docker Containers with Nginx: A Guide to Reverse Proxy and Load BalancingIntroduction In the world of web development, building scalable and robust REST APIs is crucial. With the increasing popularity of Docker containers, it's essential to know how to scale your Node.js REST API using containers. This guide is inspired b...Discuss·891 readsDocker