From b6571fc4fdfffd60cc5d11e63e13dd6077fbba93 Mon Sep 17 00:00:00 2001 From: Backslash Date: Fri, 27 Sep 2024 09:59:54 +1000 Subject: [PATCH] Update livekit-labels.j2 --- roles/custom/matrix-element-call/templates/livekit-labels.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-element-call/templates/livekit-labels.j2 b/roles/custom/matrix-element-call/templates/livekit-labels.j2 index df680b2a7..5fa0c51ad 100644 --- a/roles/custom/matrix-element-call/templates/livekit-labels.j2 +++ b/roles/custom/matrix-element-call/templates/livekit-labels.j2 @@ -6,7 +6,7 @@ traefik.docker.network={{ matrix_element_call_container_labels_traefik_docker_ne {% endif %} # Define the Traefik router rule for LiveKit -traefik.http.routers.livekit-router.rule=Host(`{{ matrix_element_call_sfu_hostname }}`) +traefik.http.routers.livekit-router.rule=Host(`{{ matrix_element_call_livekit_hostname }}`) traefik.http.routers.livekit-router.entrypoints={{ matrix_element_call_container_labels_traefik_entrypoints }} traefik.http.routers.livekit-router.tls.certresolver={{ matrix_element_call_container_labels_traefik_tls_certResolver }} traefik.http.services.livekit-service.loadbalancer.server.port=7880