Skip to content

๐Ÿณ Dockerize your databases effortlessly! Explore our repository for pre-configured Docker Compose files for MongoDB, MySQL, NATS, PostgreSQL, Redis and more. Simplify your development environment today! ๐Ÿš€

License

Notifications You must be signed in to change notification settings

riteshporiya/DevOps-Docker-Configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Awesome Dockerized Database Setup ๐Ÿ› ๏ธ

Welcome to our repository for managing Docker Compose configurations for various databases! ๐ŸŽ‰

Prerequisites ๐Ÿ“‹

Before you begin, ensure you have the following installed on your local machine:

  • Docker: Ensure Docker is installed and running on your system.
  • Docker Compose: Make sure you have Docker Compose installed to manage multi-container Docker applications.

Repository Structure ๐Ÿ“‚

  • mongoDB: Contains Docker Compose files and configurations for MongoDB setup.
  • mysql: Holds Docker Compose files and configurations for MySQL setup.
  • nats: Docker Compose files and configurations for NATS setup.
  • postgresql: Docker Compose files and configurations for PostgreSQL setup.
  • redis: Docker Compose files and configurations for Redis setup.
  • elasticSearch: Docker Compose files and configurations for ElasticSearch setup.

Getting Started ๐Ÿ

To get started, follow these simple steps:

  1. Navigate to the desired database directory.
  2. Run the Docker Compose command to spin up the container:
  cd mongoDB
  docker-compose up -d

Replace mongoDB with the name of the database directory you want to set up.

Basic Docker Commands ๐Ÿณ

  • docker-compose up -d: Start the containers defined in the Docker Compose file in detached mode.
  • docker-compose down: Stop and remove containers, networks, and volumes created by up.

๐ŸคContributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create your feature branch: git checkout -b feature/new-feature.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/new-feature.
  5. Open a pull request.

๐Ÿ“„License

This Project is licensed under the MIT License, so you're welcome to use and share the content as you see fit.

Happy Learning! ๐Ÿ“š๐Ÿš€

About

๐Ÿณ Dockerize your databases effortlessly! Explore our repository for pre-configured Docker Compose files for MongoDB, MySQL, NATS, PostgreSQL, Redis and more. Simplify your development environment today! ๐Ÿš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages