mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-08-06 16:03:06 +10:00
8f9f91cbd5
Bridges based on bridgev2 no longer expose a metrics endpoint, so the playbook was publishing a Traefik route which could only ever yield an HTTP 502. Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/5487
18 lines
491 B
Django/Jinja
18 lines
491 B
Django/Jinja
{#
|
|
SPDX-FileCopyrightText: 2026 MDAD project contributors
|
|
SPDX-FileCopyrightText: 2026 Jason LaGuidice
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
{% if matrix_bridge_rustpush_container_labels_traefik_enabled %}
|
|
traefik.enable=true
|
|
|
|
{% if matrix_bridge_rustpush_container_labels_traefik_docker_network %}
|
|
traefik.docker.network={{ matrix_bridge_rustpush_container_labels_traefik_docker_network }}
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{{ matrix_bridge_rustpush_container_labels_additional_labels }}
|