matrix-docker-ansible-deploy/roles/matrix-postgres/tasks
Slavi Pantaleev 881fdd28f0 Add support for Synapse container image customization
This allows people to augment the Synapse image with custom tools and
addons without having to rebuild it from scratch.

If customizations are enabled, the playbook will build a new
`localhost/matrixdotorg/synapse:VERSION-customized` image
on top of the default one (`FROM matrixdotorg/synapse:VERSION`)
and with custom Dockerfile build steps.

For servers that self-build the Synapse image, the Synapse image will be
built first, before proceding to extend it the same way.

In the future, we'll also have easy to enable Dockerfile build steps
for modules that the playbook supports.
2022-10-14 16:37:54 +03:00
..
util
detect_existing_postgres_version.yml
import_generic_sqlite_db.yml
import_postgres.yml
import_synapse_sqlite_db.yml Add support for Synapse container image customization 2022-10-14 16:37:54 +03:00
init.yml
main.yml
migrate_db_to_postgres.yml
migrate_postgres_data_directory.yml
run_vacuum.yml
setup_postgres.yml
upgrade_postgres.yml
validate_config.yml