Document that using an external Postgres server has serious downsides
Related to: - https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1682 - https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1679
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
---
|
||||
|
||||
# Controls if the Postgres server managed by the playbook is enabled.
|
||||
# You can turn it off and use an external Postgres server by setting this to `false`.
|
||||
# Doing this has various downsides. See `docs/configuring-playbook-external-postgres.md` to learn more.
|
||||
matrix_postgres_enabled: true
|
||||
|
||||
matrix_postgres_connection_hostname: "matrix-postgres"
|
||||
|
Reference in New Issue
Block a user