The project is intended to start learning load balancing technique. This can minimize anxiety of installing different services to start the playground. A blog in dev.to is assosiated with the repo.
- Virtual Machine
- Docker
- Docker Compose
.
├── README.md
├── docker-compose.yml
├── lb-conf
│ └── default.conf
-
Clone the repo :
git clone https://github.com/abidkhan484/nginx-load-balancing-docker.git
-
Start the application :
docker-compose up -d
Please wait this might take a several minutes...
docker-compose logs -f # Follow log output
-
Open your favorite browser :
-
Stop and clear services
docker-compose down -v