Skip to content

Nodedock is a Docker nodejs development environment.

Notifications You must be signed in to change notification settings

yulisheng/nodedock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodedock

Nodedock is a Docker nodejs development environment. It facilitates running nodejs Apps on Docker.

Supported Software (Containers)

  • Database Engines:
    • MySQL
  • NoSQL Engines:
    • Redis[todo]
    • ElasticSearch
  • Message Queueing Systems: [todo]
    • RabbitMQ

Installation

1 - Clone this repository on your project root directory:

git submodule add https://github.com/siyangbi/nodedock.git

If you are not already using Git for your nodejs project, you can use git clone instead of git submodule.

1 - Setup project folder structure like this:

- project
    - nodedock
    - bin/www
    - src
    - test
    - package.json

You can follow the nodedock-example to setup your project as well

2 - Run your docker-compose command inside nodedock folder

docker-compose up 

About

Nodedock is a Docker nodejs development environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published