From 443a0968b14621888ca16810a0cfd8bfb4cb6235 Mon Sep 17 00:00:00 2001 From: Aine <97398200+etkecc@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:23:09 +0300 Subject: [PATCH] Disable the default synapse healthcheck by default --- group_vars/matrix_servers | 2 ++ 1 file changed, 2 insertions(+) diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers index eaac3385d..a26d5905b 100755 --- a/group_vars/matrix_servers +++ b/group_vars/matrix_servers @@ -65,6 +65,8 @@ aux_file_default_group: "{{ matrix_user_groupname }}" matrix_homeserver_container_extra_arguments_auto: | {{ + (['--no-healthcheck']) + + (['--mount type=bind,src=' + matrix_appservice_discord_config_path + '/registration.yaml,dst=/matrix-appservice-discord-registration.yaml,ro'] if matrix_appservice_discord_enabled else []) + (['--mount type=bind,src=' + matrix_appservice_irc_config_path + '/registration.yaml,dst=/matrix-appservice-irc-registration.yaml,ro'] if matrix_appservice_irc_enabled else [])