Compilation of docker-compose files for local development. Including:
- elastic stack
- mysql
- postgres
- rabbitmq
- redis
- opentelemetry + jaeger
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.
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.
Just Docker! Better if you use docker desktop for easier switch.
You can contribute by creating PR if you want new tools added, might help some people