Skip to content

gitpocket/k8s-rabbitmq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RABBIT-MQ cluster

This docker image should be used to setup one node of RMQ or cluster with as many nodes as you want.

Environment variables:

  • CLUSTER_WITH - should contain node name for clustering with balancer to avoid lost node apearence (default: 1)
  • RABBITMQ_CONFIG - content for file /var/lib/rabbitmq/rabbitmq.config (default: [{rabbit, [{loopback_users, []}]}].)
  • ERLANG_COOKIE content for file /var/lib/rabbitmq/.erlang.cookie - (default: ERLANGCOOKIE)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%