-
Run MySQL, MongoDB, and Redis in docker
-
The project can used in development environment
-
Do not use in production environment
git clone the project
git clone https://github.com/techiall/docker-mysql-mongo-redis
cd 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.