Skip to content

Rohitbadekar-639/Docker-Node.js-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Dockerized App: This project demonstrates how to containerize a Node.js application using Docker. It includes a basic Express.js server and uses Docker Compose to orchestrate multiple containers.

Prerequisites: Before running the application, ensure you have the following installed:

Docker Docker Compose

Getting Started:

  1. Clone the Repository:

git clone

  1. Build the Docker Image:

docker build -t my-node-app .

  1. Run Docker Compose:

docker-compose up

  1. Access the Application: Visit http://localhost:8000 in your web browser to see the running Node.js application.

Services:

Node.js App: Accessible at http://localhost:8000 PostgreSQL: Running on port 5432 Redis: Running on port 6379

Contributing: Contributions are welcome! Feel free to open an issue or submit a pull request.

License: This project is licensed under the ISC License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published