This is a Makefile project to create useful containers for application development.
| Tool name | make command |
|---|---|
| Postgres DB | make start-postgres-database |
| Oracle DB | make start-oracle-database |
| Prometheus | make start-prometheus |
| Grafana | make start-grafana |
| Kafka | make start-kafka |
| RabbitMQ | makes tart-rabbit |
Just run make <target> in the project directory.