Skip to content

Commit 18e172b

Browse files
committed
minor improvements
1 parent ebd87c9 commit 18e172b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

services/rabbit/docker-compose.yml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ services:
1313
# healthcheck: https://github.com/haproxy/haproxy/issues/3091
1414
networks:
1515
- rabbit
16-
- public
1716
configs:
1817
- source: haproxy.cfg
1918
target: /usr/local/etc/haproxy/haproxy.cfg

services/rabbit/rabbitmq.conf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ quorum_queue.initial_cluster_size = {{ RABBIT_QUORUM_QUEUE_DEFAULT_REPLICA_COUNT
1515

1616
# Extract proper client ip when behind a proxy (e.g. haproxy)
1717
# https://www.rabbitmq.com/docs/networking#proxy-protocol
18+
# WARNING: this forces clients to use a proxy (direct access to nodes does not work)
1819
proxy_protocol = true

0 commit comments

Comments
 (0)