Fix Postgres database (-alpine) failing to start on ARM32

This commit is contained in:
Slavi Pantaleev
2021-01-22 13:52:55 +02:00
parent 95346f3117
commit f9c1d62435
2 changed files with 15 additions and 5 deletions

View File

@ -1021,6 +1021,8 @@ matrix_ssl_pre_obtaining_required_service_name: "{{ 'matrix-dynamic-dns' if matr
matrix_postgres_enabled: true
matrix_postgres_architecture: "{{ matrix_architecture }}"
# We unset this if internal Postgres disabled, which will cascade to some other variables
# and tell users they need to set it (either here or in those variables).
matrix_postgres_connection_hostname: "{{ 'matrix-postgres' if matrix_postgres_enabled else '' }}"