Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- {#
- 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 }}
|