mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-15 12:43:12 +01:00
testing traefik labels again.
This commit is contained in:
parent
31a138a6ba
commit
cb41fb02ae
@ -31,7 +31,7 @@ traefik.http.routers.element-call.rule={{ matrix_element_call_container_labels_t
|
|||||||
{% if matrix_element_call_container_labels_traefik_priority | int > 0 %}
|
{% if matrix_element_call_container_labels_traefik_priority | int > 0 %}
|
||||||
traefik.http.routers.element-call.priority={{ matrix_element_call_container_labels_traefik_priority }}
|
traefik.http.routers.element-call.priority={{ matrix_element_call_container_labels_traefik_priority }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
traefik.http.routers.element-call.service=matrix-element-call
|
traefik.http.routers.element-call.service=element-call
|
||||||
{% if middlewares | length > 0 %}
|
{% if middlewares | length > 0 %}
|
||||||
traefik.http.routers.element-call.middlewares={{ middlewares | join(',') }}
|
traefik.http.routers.element-call.middlewares={{ middlewares | join(',') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user