This container composes of two images,
- Nodejs server app and
- MongoDB database connected to it using mongoose.js.
Usedocker-compose up --buildto build the image anddocker run -p 8000:8000 nodeappand a multi-image container will be up running.
https://hub.docker.com/repository/docker/deepanshujohar/node-backend
