computer-playbook/templates/docker/compose/volumes-just-database.yml.j2

6 lines
208 B
Plaintext
Raw Normal View History

{# This needs to be included in docker-compose.yml which just contain a database volume #}
{% if not applications[application_id].database.central_storage | bool %}
volumes:
database:
{% endif %}
2024-01-04 11:36:55 +01:00
{{ "\n" }}