make local // run all containers
make run // run the application
docker-compose.local.yml - run rabbitmq, postgresql, jaeger, prometheus, grafana containers
docker-compose.yml - run all in docker
make docker
make local
make run
http://localhost:16686
http://localhost:9090
http://localhost:3000
http://localhost:15672