mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 06:54:25 +02:00
8 lines
307 B
Django/Jinja
8 lines
307 B
Django/Jinja
{% if not applications | is_feature_enabled('central_database',application_id) %}
|
|
{{ database_host }}:
|
|
condition: service_healthy
|
|
{% endif %}
|
|
{% if applications[application_id].docker.services.redis.enabled | default(false) | bool %}
|
|
redis:
|
|
condition: service_healthy
|
|
{% endif %} |