3 Commits

4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ PyYAML==6.0.3
requests==2.32.5
setuptools==80.9.0
snowballstemmer==3.0.1
Sphinx==9.0.0
Sphinx==9.0.1
sphinx-intl==2.3.2
sphinx-markdown-builder==0.6.8
sphinxcontrib-applehelp==2.0.0

View File

@@ -28,7 +28,7 @@
version: v10655-0
name: jitsi
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-livekit-server.git
version: v1.9.4-0
version: v1.9.6-0
name: livekit_server
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ntfy.git
version: v2.15.0-0

View File

@@ -29,7 +29,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
{% endif %}
--env-file={{ matrix_cactus_comments_client_base_path }}/env \
--label-file={{ matrix_cactus_comments_client_base_path }}/labels \
--mount type=bind,src={{ matrix_cactus_comments_client_public_path }},dst=/public,ro \
--mount type=bind,src={{ matrix_cactus_comments_client_public_path }},dst=/var/public,ro \
{{ matrix_cactus_comments_client_container_image }}
{% for network in matrix_cactus_comments_client_container_additional_networks %}

View File

@@ -29,7 +29,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
{% endif %}
--env-file={{ matrix_static_files_base_path }}/env \
--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 \
{{ matrix_static_files_container_image }}