Set healthcheck retries for synapse too now as we start lots of them

This commit is contained in:
Kegan Dougal 2023-07-12 17:26:43 +01:00
parent 8be09840d0
commit 37dcd91e09

View File

@ -101,6 +101,11 @@ jobs:
SERVER_NAME: synapse
ports:
- 8008:8008
# Set health checks to wait until synapse has started
options: >-
--health-interval 10s
--health-timeout 5s
--health-retries 5
# Label used to access the service container
postgres:
# Docker Hub image