We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 732b618 + 5a4a168 commit baed7f5Copy full SHA for baed7f5
1 file changed
ansible/group_vars/alpha-rabbitmq.yml
@@ -10,3 +10,5 @@ container_tag: "3.5.3-management"
10
container_run_opts: "-d --name prod-rabbit -v {{ db_path }}:/var/lib/rabbitmq:rw -v {{ config_path }}/rabbitmq.config:/etc/rabbitmq/rabbitmq.config:ro -p 54320:15672 -p 54321:5672"
11
12
hosted_ports: [ 5672, 15672 ]
13
+# monitor the docker-daemon
14
+no_dd_monitoring: false
0 commit comments