A simple Lando RabbitMQ base file
This repo will enable RabbitMQ using Lando.
Open a bash/cmd and start lando!
lando start
BOOMSHAKALAKA!!!
You can locate the RabbitMQ site at a pre-defined proxy
proxy:
rabbit.lndo.site
Credentials:
User: guest
Pass: guest
I've added a lando command to manage RabbitMQ with a simple command line.
Example: lando rabbit
Note: This command can only be run where the .lando.base.yml
is located!
To get the RabbitMQ ip address you can simply use:
lando rabbit-ip
This will return the ip address which you can use in your projects
To override settings please make an own: .lando.yml