|
|
@@ -29,7 +29,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \ |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
--env-file={{ matrix_static_files_base_path }}/env \ |
|
|
--env-file={{ matrix_static_files_base_path }}/env \ |
|
|
--label-file={{ matrix_static_files_base_path }}/labels \ |
|
|
--label-file={{ matrix_static_files_base_path }}/labels \ |
|
|
--mount type=bind,src={{ matrix_static_files_public_path }},dst=/public,ro \ |
|
|
|
|
|
|
|
|
--mount type=bind,src={{ matrix_static_files_public_path }},dst=/var/public,ro \ |
|
|
--mount type=bind,src={{ matrix_static_files_config_path }},dst=/config,ro \ |
|
|
--mount type=bind,src={{ matrix_static_files_config_path }},dst=/config,ro \ |
|
|
{{ matrix_static_files_container_image }} |
|
|
{{ matrix_static_files_container_image }} |
|
|
|
|
|
|
|
|
|