Tag: Nginx

  • Load Balancing with Docker Compose and NGINX

    Load Balancing with Docker Compose and NGINX

    This post will demonstrate how we deployed our four simple Node.js backend applications into a load-balanced setup using Nginx. We utilized Docker images for this and connected all five containers via a Docker network. Next, we’ll simplify the process by using Docker Compose, making everything shorter and easier. Let’s take a look at the Dockerfiles

    Read More

    //