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
bitnami/postgresql:15 (and of course other versions too)
What is the problem this feature will solve?
Making sure the postgres container is properly started before other services relying on it start by making it possible to use the depends_on/condition/service_healthy directive in docker-compose
What is the feature you are proposing to solve the problem?
Adding HEALTHCHECK directives in the dockerfile with some reasonable defaults.
Here I use something like this (docker-compose):
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.
Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.
Name and Version
bitnami/postgresql:15 (and of course other versions too)
What is the problem this feature will solve?
Making sure the postgres container is properly started before other services relying on it start by making it possible to use the depends_on/condition/service_healthy directive in docker-compose
What is the feature you are proposing to solve the problem?
Adding HEALTHCHECK directives in the dockerfile with some reasonable defaults.
Here I use something like this (docker-compose):
What alternatives have you considered?
Adding them manually in my docker-compose / kubernetes configs - of course doable
The text was updated successfully, but these errors were encountered: