Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.3 KB
title keywords description
Docker + Nginx
docker
nginx
loadbalancer
reverse proxy
Load balancing with Docker and Nginx.

Docker + Nginx

Github StackBlitz

Features

  • Docker and Nginx : Deploy in docker using 5 replicas and load balancer with Nginx
  • Logger: The application includes a request logger for monitoring HTTP requests.

Endpoints

Name Rute Parameters State Protected Method
Hello /hello No Completed No GET

Getting Started

To get a local copy up and running, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Build the Docker image with docker compose
  4. Run the Docker compose composition
docker compose up --build
  1. Access the application at http://localhost:8080/hello.