Skip to content

Aml286/Docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker compose project for 3 containers mongodb , mongodb-express , Nodejs

With Docker Compose

To start the application

Step 1: start mongodb and mongo-express

docker-compose -f docker-compose.yaml up

You can access the mongo-express under localhost:8080 from your browser

Step 2: open mongo-express from browser

http://localhost:8081

Step 3: create my-db db and my-collection collection and document with {myid: 1, data: "some dynamic data loaded from db"} in mongo-express

Step 4: Access you nodejs application UI from browser

http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published