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
In compose 2.x files, depends_on can support a condition: service_healthy option to prevent the starting of a container until a dependency is healthy.
This could be used for volume seeding, where you list a vackup service in the compose file, that will auto-copy data to a new volume on startup, and the service that depends on that volume will only startup after the vackup image is marked healthy.
The text was updated successfully, but these errors were encountered:
In compose 2.x files,
depends_on
can support acondition: service_healthy
option to prevent the starting of a container until a dependency is healthy.This could be used for volume seeding, where you list a vackup service in the compose file, that will auto-copy data to a new volume on startup, and the service that depends on that volume will only startup after the vackup image is marked healthy.
The text was updated successfully, but these errors were encountered: