Skip to main content

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

NameRuteParametersStateProtectedMethod
Hello/helloNoCompletedNoGET

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.