diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2024-03-21 08:50:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 13:50:51 +0000 |
commit | 21daa56ee15b6b68c05f827b221f9b00004d040b (patch) | |
tree | 45f4a3cb2ca0103f82a1c67e0b9cb3a095f60656 | |
parent | Update power level default for public rooms (#16907) (diff) | |
download | synapse-21daa56ee15b6b68c05f827b221f9b00004d040b.tar.xz |
Prevent `start_for_complement.sh` from setting `START_POSTGRES` to `false` 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.
-rw-r--r-- | changelog.d/16985.misc | 1 | ||||
-rw-r--r-- | docker/complement/conf/postgres.supervisord.conf | 2 | ||||
-rwxr-xr-x | docker/complement/conf/start_for_complement.sh | 5 |
3 files changed, 5 insertions, 3 deletions
diff --git a/changelog.d/16985.misc b/changelog.d/16985.misc new file mode 100644 |