Skip to content

Update docker-compose.yml #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update docker-compose.yml #4

wants to merge 1 commit into from

Conversation

monupawan
Copy link

No description provided.

@monupawan monupawan closed this Jul 11, 2016
@monupawan monupawan reopened this Jul 11, 2016
@dkapanidis
Copy link
Member

rabbitmq_management is already installed on the image (it is a child of rabbitmq:3.5.3-management image which includes it.

@monupawan
Copy link
Author

Hi Spiddy, i tried to build the cluster using below yml file but nodes are getting in unhealthy state always
rabbit1:
image: monupawan/docker-rabbitmq-cluster
hostname: rabbit1
environment:

  • ERLANG_COOKIE=abcdefg
    ports:
  • "5672:5672"
  • "15672:15672"
    rabbit2:
    image: monupawan/docker-rabbitmq-cluster
    hostname: rabbit2
    links:
  • rabbit1
    environment:
  • ERLANG_COOKIE=abcdefg
  • CLUSTER_WITH=rabbit1
    ports:
  • "5673:5672"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants