Eric Eastwood 8f10c8b054 Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471) | 1 year ago | |
---|---|---|
.. | ||
conf | 8f10c8b054 Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471) | 1 year ago |
Dockerfile | 42dd992bb7 Dockerfile for tests: align comments with current behavior (#13867) | 2 years ago |
README.md | 1e0044e8f9 Complement: use SQLite by default (#13075) | 2 years ago |
This is an image for testing Synapse with the Complement integration test suite. It contains some insecure defaults that are only suitable for testing purposes, so please don't use this image for a production server.
This multi-purpose image is built on top of Dockerfile-workers
in the parent directory
and can be switched using environment variables between the following configurations:
SYNAPSE_COMPLEMENT_DATABASE=sqlite
)SYNAPSE_COMPLEMENT_DATABASE=postgres
)SYNAPSE_COMPLEMENT_DATABASE=postgres
and SYNAPSE_COMPLEMENT_USE_WORKERS=true
)The image is self-contained; it contains an integrated Postgres, Redis and Nginx.
To pass these environment variables, use Complement's COMPLEMENT_SHARE_ENV_PREFIX
variable to configure an environment prefix to pass through, then prefix the above options
with that prefix.
Example:
COMPLEMENT_SHARE_ENV_PREFIX=PASS_ PASS_SYNAPSE_COMPLEMENT_DATABASE=postgres
Consult scripts-dev/complement.sh
in the repository root for a real example.