diff --git a/compose.yaml b/compose.yaml index 7f47bc1..b65de31 100644 --- a/compose.yaml +++ b/compose.yaml @@ -132,7 +132,7 @@ services: [ "CMD-SHELL", "pg_isready -h localhost -p 5432 -U $$POSTGRES_USER -d $$POSTGRES_DB || exit 1"] - interval: 5s + interval: 10s timeout: 5s retries: 5 start_period: 10s