|
|
@ -19,8 +19,9 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-conduit \
|
|
|
|
--read-only \
|
|
|
|
--read-only \
|
|
|
|
--tmpfs=/tmp:rw,noexec,nosuid,size={{ matrix_conduit_tmp_directory_size_mb }}m \
|
|
|
|
--tmpfs=/tmp:rw,noexec,nosuid,size={{ matrix_conduit_tmp_directory_size_mb }}m \
|
|
|
|
--network={{ matrix_docker_network }} \
|
|
|
|
--network={{ matrix_docker_network }} \
|
|
|
|
|
|
|
|
--env CONDUIT_CONFIG=/etc/matrix-conduit/conduit.toml \
|
|
|
|
|
|
|
|
--mount type=bind,src={{ matrix_conduit_data_dir_path }},dst=/var/lib/matrix-conduit \
|
|
|
|
--mount type=bind,src={{ matrix_conduit_config_dir_path }},dst=/etc/matrix-conduit,ro \
|
|
|
|
--mount type=bind,src={{ matrix_conduit_config_dir_path }},dst=/etc/matrix-conduit,ro \
|
|
|
|
--mount type=bind,src={{ matrix_conduit_data_dir_path }},dst=/var/lib/conduit \
|
|
|
|
|
|
|
|
{% for arg in matrix_conduit_container_extra_arguments %}
|
|
|
|
{% for arg in matrix_conduit_container_extra_arguments %}
|
|
|
|
{{ arg }} \
|
|
|
|
{{ arg }} \
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|