Skip to content

kndkndknd/node-mongo-docker-compose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node.js + MongoDB docker compose

This is the simplest Node.js + MongoDB docker possible config.

Usage

Simply copy Dockerfile and docker-compose.yml to your project and run docker-compose up.

Configuration

By default the Node.js container will listen on port 7777, to change it edit the ports section of the web service in the docker-compose.yml file.

By default the MongoDB container will listen on port 27017, to change it edit the ports section of the mongo service in the docker-compose.yml file.

About

The simplest Node.js + MongoDB docker possible config.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%