An effort to gather developers' day-to-day life uses tools in a dockerize way. Surely it helps a lot when a developer switches his PC, he doesn't need to set it up all by himself from the beginning.
├── mysql
│ └── docker-compose.yaml
│ └── README.md
├── mongodb
│ └── docker-compose.yaml
│ └── README.md
├── redis
│ └── README.md
├── rabbit-mq
│ └── docker-compose.yaml
│ └── README.md
├── postgre-sql
│ └── docker-compose.yaml
│ └── README.md
├── kafka
│ └── docker-compose.yaml
│ └── README.md
Feel free to contribute 💪