mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-18 10:40:33 +02:00
Solved matrix bug
This commit is contained in:
parent
a3bc86ad51
commit
98346c5988
@ -27,15 +27,14 @@ services:
|
|||||||
retries: 3
|
retries: 3
|
||||||
{% if bridges | bool %}
|
{% if bridges | bool %}
|
||||||
{% include 'templates/docker/container/depends-on-also-database.yml.j2' %}
|
{% include 'templates/docker/container/depends-on-also-database.yml.j2' %}
|
||||||
{% else %}
|
|
||||||
{% include 'templates/docker/container/depends-on-just-database.yml.j2' %}
|
|
||||||
{% endif %}
|
|
||||||
{% for item in bridges %}
|
{% for item in bridges %}
|
||||||
mautrix-{{item.bridge_name}}:
|
mautrix-{{item.bridge_name}}:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% else %}
|
||||||
|
{% include 'templates/docker/container/depends-on-just-database.yml.j2' %}
|
||||||
|
{% endif %}
|
||||||
{% include 'templates/docker/container/networks.yml.j2' %}
|
{% include 'templates/docker/container/networks.yml.j2' %}
|
||||||
|
|
||||||
element:
|
element:
|
||||||
image: vectorim/element-web:{{applications.matrix.element.version}}
|
image: vectorim/element-web:{{applications.matrix.element.version}}
|
||||||
container_name: matrix-element
|
container_name: matrix-element
|
||||||
|
Loading…
x
Reference in New Issue
Block a user