Skip to content

A RabbitMQ Docker image customized for running RabbitMQ as a cluster within a Rancher service.

License

Notifications You must be signed in to change notification settings

tegud/rancher-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About this Repo

This is a Git repo for a customized version of the official Docker image for RabbitMQ, that allows RabbitMQ to be run as a cluster within a Rancher service.

Usage

  1. Refer to Official RabbitMQ Docker Repository for basic instructions.
  2. Set Docker hostname to service name, using Rancher's internal DNS FQDN (e.g. rabbit.rancher.internal)
  3. Provide Rancher service name to environment variable RANCHER_SERVICE_NAME

Example docker-compose.yml

rabbit:
  ports:
    - 15672/tcp
  hostname: rabbit.rancher.internal
  environment:
    RANCHER_SERVICE_NAME: rabbit
    RABBITMQ_ERLANG_COOKIE: "RABBITCOOKIE"
  labels:
    io.rancher.container.dns: true
  image: dsvmacdonald/rancher-rabbitmq

Example rancher-compose.yml

rabbit:
  scale: 3

About

A RabbitMQ Docker image customized for running RabbitMQ as a cluster within a Rancher service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages