Skip to content

Latest commit

 

History

History

docker-nginx-loadbalancer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Docker+Nginx 🚀

Fiber

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.