Dependency definition option
a year ago
I would like the ability to specify dependencies between services, like a depends_on
parameter.
This would enable users to define the order that services should be deployed, preventing issues where one service fails to deploy successfully due to another service (like a database) not yet being available.
This configuration would also be useful when creating Templates.
0 Replies