diff --git a/verdaccio/docker-compose.yaml b/verdaccio/docker-compose.yaml index a7e1272..1db6bc2 100644 --- a/verdaccio/docker-compose.yaml +++ b/verdaccio/docker-compose.yaml @@ -19,9 +19,9 @@ services: # test: curl -f http://localhost:4873/-/ping # This image does not have curl. So, use wget instead. test: wget --spider --quiet http://localhost:4873/-/ping || exit 1 - interval: 5s # Time between health checks + interval: 10s # Time between health checks timeout: 10s # Time to wait for a health check response - retries: 20 # Number of consecutive failures required before marking the service as unhealthy + retries: 100 # Number of consecutive failures required before marking the service as unhealthy start_period: 5s # Start period to allow the service to initialize before health checks begin networks: