mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 15:04:23 +02:00
8 lines
615 B
YAML
8 lines
615 B
YAML
application_id: "web-app-baserow"
|
|
database_password: "{{ applications | get_app_conf(application_id, 'credentials.database_password', True) }}"
|
|
database_type: "postgres"
|
|
baserow_version: "{{ applications | get_app_conf(application_id, 'docker.services.baserow.version', True) }}"
|
|
baserow_image: "{{ applications | get_app_conf(application_id, 'docker.services.baserow.image', True) }}"
|
|
baserow_name: "{{ applications | get_app_conf(application_id, 'docker.services.baserow.name', True) }}"
|
|
baserow_volume: "{{ applications | get_app_conf(application_id, 'docker.volumes.data', True) }}"
|