- Copy the
.env.dist
to.env
file.
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 help
Go 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! 🍻