Increase start period for health check to 60 seconds

This commit is contained in:
toohard2explain 2026-02-13 07:53:10 +01:00 committed by GitHub
parent 548dc51517
commit 4d4fcb83f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ services:
interval: 2s
timeout: 5s
retries: 10
start_period: 10s
start_period: 60s
depends_on:
postgres:
condition: service_healthy