Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 598 Bytes

File metadata and controls

35 lines (25 loc) · 598 Bytes

Node.js Docker DevOps Assignment

Description

This project containerizes a Node.js application using Docker and Docker Compose.
The application connects to MongoDB for data storage and Redis for caching.

Technologies Used

  • Node.js
  • Docker
  • Docker Compose
  • MongoDB
  • Redis

Project Structure

app.js package.json Dockerfile docker-compose.yml .env README.md

Setup Instructions

  1. Clone the repository
  2. Run the following command:

docker-compose up --build

  1. Access the application:

http://43.205.110.178:8090

  1. Health endpoint:

http://http://43.205.110.178:8090/health