implemented database condition

This commit is contained in:
Kevin Veen-Birkenbach 2024-01-05 13:29:15 +01:00
parent 03b3252a0c
commit 016c050c60

View File

@ -127,5 +127,7 @@ run:
- exec: echo "End of custom commands"
docker_args:
{% if enable_central_database | bool %}
- --network=central_{{ database_type }}_network
{% endif %}
- --name=discourse_application