We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd87c9 commit 18e172bCopy full SHA for 18e172b
services/rabbit/docker-compose.yml.j2
@@ -13,7 +13,6 @@ services:
13
# healthcheck: https://github.com/haproxy/haproxy/issues/3091
14
networks:
15
- rabbit
16
- - public
17
configs:
18
- source: haproxy.cfg
19
target: /usr/local/etc/haproxy/haproxy.cfg
services/rabbit/rabbitmq.conf.j2
@@ -15,4 +15,5 @@ quorum_queue.initial_cluster_size = {{ RABBIT_QUORUM_QUEUE_DEFAULT_REPLICA_COUNT
# Extract proper client ip when behind a proxy (e.g. haproxy)
# https://www.rabbitmq.com/docs/networking#proxy-protocol
+# WARNING: this forces clients to use a proxy (direct access to nodes does not work)
proxy_protocol = true
0 commit comments