Skip to content

mediastormDev/docker-mysql-mongo-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-mysql-mongo-redis

  • Run MySQL, MongoDB, and Redis in docker

  • The project can used in development environment

  • Do not use in production environment

Important

  • In WSL or Mac OS, the host OS CAN NOT connect to the MongoDB network.

  • If want to connect, you also need run your app in a container.

Prerequisites

Installing

git clone the project

git clone https://github.com/techial1042/docker-mysql-mongo-redis

Running

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

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

Databases username and password

database username password
mysql root root
mongo / /
redis / /

License

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

About

测试服数据库 docker-compose 文件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors