Add support for the internal Traefik entrypoint to Conduit

This commit is contained in:
Slavi Pantaleev
2024-01-14 10:40:46 +02:00
parent ee0eb59dc6
commit 4d66c14fd5
4 changed files with 52 additions and 19 deletions

View File

@ -8,3 +8,4 @@
with_items:
- {'name': 'matrix_conduit_hostname', when: true}
- {'name': 'matrix_conduit_container_network', when: true}
- {'name': 'matrix_conduit_container_labels_internal_client_api_traefik_entrypoints', when: "{{ matrix_conduit_container_labels_internal_client_api_enabled }}"}