Skip to content

olgac/autopilotpattern-rabbitmq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autopilot Pattern RabbitMQ

Autopilot Pattern setup for RabbitMQ. The current version only registers RabbitMQ to a Consul server and performs health checks. The clustering is not taken into account at this stage.

Usage

docker container run -e "LOG_LEVEL=debug" -e "CONSUL=CONSUL_HOST" -p "5672:5672" autopilotpattern/rabbitmq

Environment Variables

  • CONSUL: IP/HOSTNAME of the Consul host
  • LOG_LEVEL: ContainerPilot log level, defaults to 'info'

TODO

  • Add cluster support

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%