This repository contains one Dockerfile for Custom Node container and connecting it to the DockeHub mongo container image using Docker-Compose (Multi Containers).
As a prerequisite, you need Docker to be installed.
To re-build this image from the docker-compose:
$ docker-compose up --build
To check the containers of the build file:
$ docker-compose ps
To run the build file:
$ docker-compose up