mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
4 lines
269 B
YAML
4 lines
269 B
YAML
docker_compose_project_name: "discourse"
|
|
database_password: "{{ baserow_database_password }}"
|
|
database_version: "{{ baserow_database_version | default(postgres_default_version) }}"
|
|
database_type: "postgres" |