refactor(healthcheck): Add start_period to postgres

This commit is contained in:
Marco Gallegos
2025-07-05 13:04:35 -06:00
committed by GitHub
parent e53ce5f933
commit 27b6ec9d42

View File

@@ -40,7 +40,7 @@ services:
interval: 10s
timeout: 5s
retries: 5
start_period: 60s # ¡LA LÍNEA MÁGICA!
start_period: 30s # ¡LA LÍNEA MÁGICA!
redis_cache:
image: redis:7-alpine