A Docker configuration to run MySQL, MongoDB, and Redis for development purposes.
Warning
This project is designed solely for development environments. It is not intended for use in production environments.
Ensure the following are installed:
Clone the repository:
git clone https://github.com/techiall/docker-mysql-mongo-redis
Navigate to the project directory and initiate the Docker containers:
cd docker-mysql-mongo-redis
docker compose up -d
To monitor the Docker Compose logs:
docker compose logs -f
The default usernames and passwords for the databases are as follows:
Database | Username | Password |
---|---|---|
MySQL | root | root |
MongoDB | - | - |
Redis | - | - |
This project is licensed under the MIT License. Refer to the LICENSE.md file for details.