Skip to content

lilsatya/docker-devtools-compilation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Development Tools Compilation

What is this?

Compilation of docker-compose files for local development. Including:

  • elastic stack
  • mysql
  • postgres
  • rabbitmq
  • redis
  • opentelemetry + jaeger

Why did you make this?

Having so many supporting tools was a hassle for me, and I don't want to slow down my PC using native client. In this case I can just turn on all of the docker container everytime I'm working and turn off whenever I'm done.

How do I use this?

It's fairly simple!

You just need to cd to specific folder and run docker-compose up -d

For example:

  cd rabbitmq && docker-compose up -d

As for myself, I like to keep the container exist in docker, so that i may turn it off and on anytime I wanted to.

Requirement

Just Docker! Better if you use docker desktop for easier switch.

Contributing

You can contribute by creating PR if you want new tools added, might help some people

About

Compilation of docker-compose files for local development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published