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 /docker/complement/conf-workers/start-complement-synapse-workers.sh | |
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 'docker/complement/conf-workers/start-complement-synapse-workers.sh')
-rwxr-xr-x | docker/complement/conf-workers/start-complement-synapse-workers.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docker/complement/conf-workers/start-complement-synapse-workers.sh b/docker/complement/conf-workers/start-complement-synapse-workers.sh index 2c1e05bd62..b9a6b55bbe 100755 --- a/docker/complement/conf-workers/start-complement-synapse-workers.sh +++ b/docker/complement/conf-workers/start-complement-synapse-workers.sh @@ -12,12 +12,6 @@ function log { # Replace the server name in the caddy config sed -i "s/{{ server_name }}/${SERVER_NAME}/g" /root/caddy.json -log "starting postgres" -pg_ctlcluster 13 main start - -log "starting caddy" -/root/caddy start --config /root/caddy.json - # Set the server name of the homeserver export SYNAPSE_SERVER_NAME=${SERVER_NAME} |