Browse Source

Disable the default synapse healthcheck by default

pull/2929/head
Aine 2 years ago
committed by GitHub
parent
commit
443a0968b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers View File

@@ -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 [])


Loading…
Cancel
Save