Skip to content

Docker-compose deploy MySQL, MongoDB, and Redis

License

Notifications You must be signed in to change notification settings

techiall/docker-mysql-mongo-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker MySQL Mongo Redis

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.

Prerequisites

Ensure the following are installed:

Installation

Clone the repository:

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

Usage

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

Database Credentials

The default usernames and passwords for the databases are as follows:

Database Username Password
MySQL root root
MongoDB - -
Redis - -

License

This project is licensed under the MIT License. Refer to the LICENSE.md file for details.

About

Docker-compose deploy MySQL, MongoDB, and Redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published