computer-playbook/templates/docker-container-depends-on-also-database.yml.j2

6 lines
245 B
Plaintext
Raw Normal View History

# This template needs to be included in docker-compose.yml containers which depend on a database and additional containers
depends_on:
{% if not enable_central_database | bool %}
database:
condition: service_healthy
{% endif %}