2024-01-03 11:38:09 +01:00
|
|
|
# This template needs to be included in docker-compose.yml contaienrs, which just depend on a database
|
2024-01-02 21:13:34 +01:00
|
|
|
{% if enable_central_database %}
|
|
|
|
depends_on:
|
|
|
|
database:
|
|
|
|
condition: service_healthy
|
|
|
|
{% endif %}
|