You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Docker healthcheck configurable via environment variables
Add environment variables to allow customization of healthcheck parameters:
- HEALTHCHECK_INTERVAL (default: 2m)
- HEALTHCHECK_TIMEOUT (default: 10s)
- HEALTHCHECK_START_PERIOD (default: 2m)
- HEALTHCHECK_RETRIES (default: 3)
This allows users to adjust healthcheck behavior for their specific needs,
especially for large database migrations that may take longer during upgrades.
0 commit comments