Browse Source

Update livekit-labels.j2

element-call-integration
Backslash 1 year ago
committed by GitHub
parent
commit
b6571fc4fd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/custom/matrix-element-call/templates/livekit-labels.j2

+ 1
- 1
roles/custom/matrix-element-call/templates/livekit-labels.j2 View File

@@ -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


Loading…
Cancel
Save