mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 16:21:09 +02:00
3 lines
392 B
Django/Jinja
3 lines
392 B
Django/Jinja
application_id: {{ application_id }} # ID of the application, should be the name of the role folder
|
|
database_type: 0 # Database type [postgres, mariadb]
|
|
docker_compose_flush_handlers: true # When this is set to true an auto-flush after the docker-compose.yml, and env deploy is triggered, otherwise you have todo it manual. |