Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 953 Bytes

File metadata and controls

42 lines (27 loc) · 953 Bytes

docker-node-mongo-redis

  • Run MongoDB, and Redis in docker

  • The project can used in development environment

  • Do not use in production environment

Prerequisites

Installing

git clone the project

git clone https://github.com/rafaelangical/redis-nodejs docker-node-mongo-redis

Running

cd docker-node-mongo-redis
docker-compose up -d

# show docker-compose log
docker-compose logs -f

Databases username and password

database username password
mongo
redis

License

This project is licensed under the MIT License - see the LICENSE.md file for details.