https://github.com/ipunkt/rancherize-rabbitmq
Add rabbitmq to rancherize for local development
https://github.com/ipunkt/rancherize-rabbitmq
Last synced: 11 months ago
JSON representation
Add rabbitmq to rancherize for local development
- Host: GitHub
- URL: https://github.com/ipunkt/rancherize-rabbitmq
- Owner: ipunkt
- License: mit
- Created: 2019-04-09T09:08:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T09:39:26.000Z (about 7 years ago)
- Last Synced: 2024-04-18T04:12:32.878Z (about 2 years ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rancherize-rabbitmq
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:
```json
"rabbitmq":{
"port":PORT_TO_EXPOSE_ON
}
```
Example:
```json
"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: `/`