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.
 
 

18 linhas
491 B

  1. {#
  2. SPDX-FileCopyrightText: 2026 MDAD project contributors
  3. SPDX-FileCopyrightText: 2026 Jason LaGuidice
  4. SPDX-License-Identifier: AGPL-3.0-or-later
  5. #}
  6. {% if matrix_bridge_rustpush_container_labels_traefik_enabled %}
  7. traefik.enable=true
  8. {% if matrix_bridge_rustpush_container_labels_traefik_docker_network %}
  9. traefik.docker.network={{ matrix_bridge_rustpush_container_labels_traefik_docker_network }}
  10. {% endif %}
  11. {% endif %}
  12. {{ matrix_bridge_rustpush_container_labels_additional_labels }}