This repository was archived by the owner on Nov 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-9
lines changed Expand file tree Collapse file tree 3 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,13 @@ services:
26
26
cap_add :
27
27
- ALL
28
28
hostname : rmq0-dist-tls
29
- # environment:
30
- # RABBITMQ_LOG: debug,+color
29
+ environment :
30
+ RABBITMQ_ERLANG_COOKIE : rabbitmq-prometheus
31
+ # RABBITMQ_LOG: debug,+color
31
32
volumes :
32
- - ./erlang.cookie:/var/lib/rabbitmq/.erlang.cookie
33
+ # This does not work that well on Windows
34
+ # https://github.com/rabbitmq/rabbitmq-prometheus/commit/c4b04ea9bae877ff7d22a7085475965016933d91#commitcomment-40660523
35
+ # - ./erlang.cookie:/var/lib/rabbitmq/.erlang.cookie
33
36
- ./rabbitmq-dist-tls.conf:/etc/rabbitmq/rabbitmq.conf:ro
34
37
- ./rabbitmq-env.conf:/etc/rabbitmq/rabbitmq-env.conf:ro
35
38
- ./rabbitmq-ssl_dist.config:/etc/rabbitmq/ssl_dist.config:ro
Original file line number Diff line number Diff line change @@ -26,10 +26,13 @@ services:
26
26
cap_add :
27
27
- ALL
28
28
hostname : rmq0
29
- # environment:
30
- # RABBITMQ_LOG: debug,+color
29
+ environment :
30
+ RABBITMQ_ERLANG_COOKIE : rabbitmq-prometheus
31
+ # RABBITMQ_LOG: debug,+color
31
32
volumes :
32
- - ./erlang.cookie:/var/lib/rabbitmq/.erlang.cookie
33
+ # This does not work that well on Windows
34
+ # https://github.com/rabbitmq/rabbitmq-prometheus/commit/c4b04ea9bae877ff7d22a7085475965016933d91#commitcomment-40660523
35
+ # - ./erlang.cookie:/var/lib/rabbitmq/.erlang.cookie
33
36
- ./rabbitmq-overview.conf:/etc/rabbitmq/rabbitmq.conf:ro
34
37
- ./rabbitmq-overview-definitions.json:/etc/rabbitmq/rabbitmq-definitions.json:ro
35
38
# we want to simulate hitting thresholds
Original file line number Diff line number Diff line change @@ -26,10 +26,14 @@ services:
26
26
cap_add :
27
27
- ALL
28
28
hostname : rmq0-qq
29
- # environment:
30
- # RABBITMQ_LOG: debug,+color
29
+ environment :
30
+ RABBITMQ_ERLANG_COOKIE : rabbitmq-prometheus
31
+ # Uncomment the following line if you want debug logs & colour
32
+ # RABBITMQ_LOG: debug,+color
31
33
volumes :
32
- - ./erlang.cookie:/var/lib/rabbitmq/.erlang.cookie
34
+ # This does not work that well on Windows
35
+ # https://github.com/rabbitmq/rabbitmq-prometheus/commit/c4b04ea9bae877ff7d22a7085475965016933d91#commitcomment-40660523
36
+ # - ./erlang.cookie:/var/lib/rabbitmq/.erlang.cookie
33
37
- ./rabbitmq-qq.conf:/etc/rabbitmq/rabbitmq.conf:ro
34
38
- ./rabbitmq-qq-env.conf:/etc/rabbitmq/rabbitmq-env.conf:ro
35
39
- ./rabbitmq-qq-definitions.json:/etc/rabbitmq/rabbitmq-definitions.json:ro
You can’t perform that action at this time.
0 commit comments