Description
Since #12166 we have the post_start hook. A use case I have for this is to run some initialization code after the container starts. It will be great that other services than depend on the initialization code only start when it's completed successfully.
I don't know if it's planned but maybe we could have something like this:
depends_on:
db:
condition: post_start_completed_successfully
Description
Since #12166 we have the
post_starthook. A use case I have for this is to run some initialization code after the container starts. It will be great that other services than depend on the initialization code only start when it's completed successfully.I don't know if it's planned but maybe we could have something like this: