From 2f2cb8962e64984f5c62acbe176a54c5a6d96591 Mon Sep 17 00:00:00 2001 From: Backslash Date: Fri, 27 Sep 2024 08:19:26 +1000 Subject: [PATCH] Updated livekit labels --- .../templates/systemd/matrix-livekit.service.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/custom/matrix-element-call/templates/systemd/matrix-livekit.service.j2 b/roles/custom/matrix-element-call/templates/systemd/matrix-livekit.service.j2 index 0b28522a5..4b7f3ea8a 100644 --- a/roles/custom/matrix-element-call/templates/systemd/matrix-livekit.service.j2 +++ b/roles/custom/matrix-element-call/templates/systemd/matrix-livekit.service.j2 @@ -17,6 +17,7 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \ --cap-drop=ALL \ --network=host \ --mount type=bind,src={{ matrix_element_call_backend_path }}/livekit.yaml,dst=/etc/livekit.yaml,ro \ + --label-file={{ matrix_element_call_base_path }}/config/livekit-labels \ {{ matrix_livekit_image }} \ --dev --config /etc/livekit.yaml