|
|
@@ -23,7 +23,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \ |
|
|
--read-only \ |
|
|
--read-only \ |
|
|
--tmpfs=/tmp:rw,noexec,nosuid,size={{ matrix_synapse_tmp_directory_size_mb }}m \ |
|
|
--tmpfs=/tmp:rw,noexec,nosuid,size={{ matrix_synapse_tmp_directory_size_mb }}m \ |
|
|
--network={{ matrix_synapse_container_network }} \ |
|
|
--network={{ matrix_synapse_container_network }} \ |
|
|
{% if matrix_synapse_worker_details.port != 0 %} |
|
|
|
|
|
|
|
|
{% if matrix_synapse_worker_details.port != 0 and matrix_synapse_worker_details.webserving %} |
|
|
--health-cmd 'curl -fSs http://localhost:{{ matrix_synapse_worker_details.port }}/health || exit 1' \ |
|
|
--health-cmd 'curl -fSs http://localhost:{{ matrix_synapse_worker_details.port }}/health || exit 1' \ |
|
|
{% else %} |
|
|
{% else %} |
|
|
--no-healthcheck \ |
|
|
--no-healthcheck \ |
|
|
|