ipunkt / rancherize-rabbitmq
Rancherize plugin to add rabbitmq as a message queue for local development
Installs: 158
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:project
Requires (Dev)
- ipunkt/rancherize: ^2.23.5
This package is auto-updated.
Last update: 2024-10-09 22:07:10 UTC
README
rabbitmq rancherize plugin
Install
If you are using the rancherize docker container:
rancherize plugin:register ipunkt/rancherize-rabbitmq
If you are using rancherize via composer:
rancherize plugin:install ipunkt/rancherize-rabbitmq:^1.0.0
Use
Add the following section to your environment or default
-section of your rancherize.json:
"rabbitmq":{ "port":PORT_TO_EXPOSE_ON }
Example:
"rabbitmq":{ "port":9082 }
Details
It will set the following variables on your main service:
RMQ_HOST: rabbitmq
RMQ_PORT: 5672
RMQ_USERNAME: guest
RMQ_PASSWORD: guest
RMQ_VHOST: /