zaichaopan / docker-node-mongo-redis

DockerFile for node, mongodb and redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-Node-Mongoose-Redis

This repo allows you to run node, mongoose and redis easily in docker containers.

Usage

  1. Make sure you have docker running in your machine
  2. Clone the repo
  3. Run the following command to start containers
docker-compose up
  1. To interact with the container
. ./dev.sh

Install packages

node-app npm install package_name
  1. To stop all containers
docker-compose stop

About

DockerFile for node, mongodb and redis


Languages

Language:Shell 100.0%