Created
February 23, 2026 13:38
-
-
Save thiagozs/328cd2307d6eed6db75a961f3d737578 to your computer and use it in GitHub Desktop.
Rabbitmq config docker compose cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cluster_formation.peer_discovery_backend = dns | |
| cluster_formation.dns.hostname = tasks.rabbitmq | |
| cluster_partition_handling = autoheal | |
| loopback_users.guest = false | |
| log.console = true | |
| log.console.level = info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment