summary refs log tree commit diff
path: root/docker/complement/conf/postgres.supervisord.conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prevent `start_for_complement.sh` from setting `START_POSTGRES` to `false` ↵Andrew Morgan2024-03-211-1/+1
| | | | | | | | | | when it's already set (#16985) I have a use case where I'd like the Synapse image to start up a postgres instance that I can use, but don't want to force Synapse to use postgres as well. This commit prevents postgres from being started when it has already been explicitly enabled elsewhere.
* Docker: copy postgres from base image (#13279)Richard van der Hoff2022-07-151-1/+1
| | | | | | When building the docker images for complement testing, copy a preinstalled complement over from a base image, rather than apt installing it. This avoids network traffic and is much faster.
* Merge the Complement testing Docker images into a single, multi-purpose ↵reivilibre2022-06-081-0/+19
image. (#12881) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>