-
Run MySQL, MongoDB, and Redis in docker
-
The project can used in development environment
-
Do not use in production environment
-
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.
git clone the project
git clone https://github.com/techial1042/docker-mysql-mongo-rediscd docker-mysql-mongo-redis
docker-compose up -d
# show docker-compose log
docker-compose logs -f| database | username | password |
|---|---|---|
| mysql | root | root |
| mongo | / | / |
| redis | / | / |
This project is licensed under the MIT License - see the LICENSE.md file for details.