diff options
author | reivilibre <oliverw@matrix.org> | 2022-04-27 14:39:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 14:39:41 +0100 |
commit | d743b25c8f0c96516d9c374ee946e93e937e2c5b (patch) | |
tree | 37ab35448d2e3ebd6a1734cc1f53afc9d1df40b6 /changelog.d | |
parent | Make `scripts-dev` pass `mypy --disallow-untyped-defs` (#12356) (diff) | |
download | synapse-d743b25c8f0c96516d9c374ee946e93e937e2c5b.tar.xz |
Use supervisord to supervise Postgres and Caddy in the Complement image. (#12480)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12480.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12480.misc b/changelog.d/12480.misc new file mode 100644 index 0000000000..18a85e7b15 --- /dev/null +++ b/changelog.d/12480.misc @@ -0,0 +1 @@ +Use supervisord to supervise Postgres and Caddy in the Complement image to reduce restart time. \ No newline at end of file |