Skip to content

Single place to find all the docker-compose installation files for database, services and other software

Notifications You must be signed in to change notification settings

codewithrajranjan/awesome-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motive Behind this project

Every time you want to work on new product then you have spend much time in setting up those services on your local machine. Also the installation step is different for each operating system. This project aims to solve this problem where common product ecosystem can be easily installed on any operating system.

How to Start the services

  • clone the repository
  • search for the docker-compose that you want to run
  • If it contains Configuration section then modify the docker-compose file with suitable configuration value.
  • If you are familiar with docker compose file then you can modify the settings in docker-compose file or run with the default values
  • Run the services in foreground mode
    docker-compose -f <file-name> up 
  • or Run the services in background mode
    docker-compose -f <file-name> up -d

List of services or ecosystem

Database

Message Queue

Big Data

Metrics and Monitoring

DevOps

About

Single place to find all the docker-compose installation files for database, services and other software

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published