Skip to content

Added RABBITMQ_CLUSTER_NODES option in docker-entrypoint.sh to allow … #110

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

Closed

Conversation

stachdude
Copy link

clustering with a docker environment option

-e RABBITMQ_CLUSTER_NODES="{['rabbit@<hostname1.some.domain>', 'rabbit@<hostname2.some.domain>', 'rabbit@<hostnameN.some.domain>', disc}"

or for ram node

-e RABBITMQ_CLUSTER_NODES="{['rabbit@<hostname1.some.domain>', 'rabbit@<hostname2.some.domain>', 'rabbit@<hostnameN.some.domain>', ram}"

@pugnascotia
Copy link

FYI, there's still a comment at the bottom of the file about not handling clustering in the script.

…ned by an intermediate CA,

and it may be necessary to configure RabbitMQ server to use a higher verification depth.

Removed a comment about not handling clustering
@jippi
Copy link

jippi commented Nov 6, 2016

Any love for this PR ? :)

@guenhter
Copy link

docker-entrypoint.sh

...
	# More ENV vars for make clustering happiness
	# we don't handle clustering in this script, but these args should ensure
...

but why? clustering as @stachdude added it would be great!

@guenhter
Copy link

This tackles #38

@tianon
Copy link
Member

tianon commented Sep 18, 2017

See also docker-library/docs#1011, which documents a more general-purpose method of providing custom additional configuration.

@tianon
Copy link
Member

tianon commented Nov 1, 2018

Closing given that this is much easier to accomplish correctly on RabbitMQ 3.7 with the new sysctl-style configuration file format. 👍

@tianon tianon closed this Nov 1, 2018
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.

5 participants