Explorar el Código

Add missing container label wiring for mautrix-googlechat and mautrix-hangouts

pull/3093/head
Slavi Pantaleev hace 2 años
padre
commit
4f9b7ba656
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      group_vars/matrix_servers

+ 4
- 0
group_vars/matrix_servers Ver fichero

@@ -1049,6 +1049,8 @@ matrix_mautrix_googlechat_container_labels_traefik_docker_network: "{{ matrix_pl
matrix_mautrix_googlechat_container_labels_traefik_entrypoints: "{{ devture_traefik_entrypoint_primary }}"
matrix_mautrix_googlechat_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certResolver_primary }}"

matrix_mautrix_googlechat_container_labels_public_endpoint_hostname: "{{ matrix_server_fqn_matrix }}"

matrix_mautrix_googlechat_container_labels_metrics_middleware_basic_auth_enabled: "{{ matrix_metrics_exposure_http_basic_auth_enabled }}"
matrix_mautrix_googlechat_container_labels_metrics_middleware_basic_auth_users: "{{ matrix_metrics_exposure_http_basic_auth_users }}"

@@ -1115,6 +1117,8 @@ matrix_mautrix_hangouts_container_labels_traefik_docker_network: "{{ matrix_play
matrix_mautrix_hangouts_container_labels_traefik_entrypoints: "{{ devture_traefik_entrypoint_primary }}"
matrix_mautrix_hangouts_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certResolver_primary }}"

matrix_mautrix_hangouts_container_labels_public_endpoint_hostname: "{{ matrix_server_fqn_matrix }}"

matrix_mautrix_hangouts_container_labels_metrics_middleware_basic_auth_enabled: "{{ matrix_metrics_exposure_http_basic_auth_enabled }}"
matrix_mautrix_hangouts_container_labels_metrics_middleware_basic_auth_users: "{{ matrix_metrics_exposure_http_basic_auth_users }}"



Cargando…
Cancelar
Guardar