- Copy the
.env.distto.envfile.
cp .env.dist .env- Build the containers.
make build- Start the containers and import RabbitMQ configuration.
make start- Check all commands available from the
Makefile.
make helpGo to RabbitMQ Management with the ultra secure credentials guest/guest.
Connect the database with your favorite client jdbc:postgresql://root:root@0.0.0.0:5432/app.
Enjoy! 🍻