mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
|
# This needs to be included in docker-compose.yml which just contain a database volume
|
||
|
{% if not enable_central_database %}
|
||
|
volumes:
|
||
|
database:
|
||
|
{% endif %}
|