Fix up healthcheck generation for workers docker image (#12405)

This wasn't quite generating the right thing.
This commit is contained in:
Richard van der Hoff
2022-04-11 14:38:58 +01:00
committed by GitHub
parent 961ee75a9b
commit 3cdf5a1386
4 changed files with 11 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ if [[ -n "$WORKERS" ]]; then
COMPLEMENT_DOCKERFILE=SynapseWorkers.Dockerfile
# And provide some more configuration to complement.
export COMPLEMENT_SPAWN_HS_TIMEOUT_SECS=25
export COMPLEMENT_SPAWN_HS_TIMEOUT_SECS=60
else
export COMPLEMENT_BASE_IMAGE=complement-synapse
COMPLEMENT_DOCKERFILE=Dockerfile