mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
6 lines
212 B
Django/Jinja
6 lines
212 B
Django/Jinja
# This template needs to be included in docker-compose.yml contaienrs, which just depend on a database
|
|
{% if enable_central_database %}
|
|
depends_on:
|
|
database:
|
|
condition: service_healthy
|
|
{% endif %} |