https://github.com/compose-spec/compose-go/blob/main/schema/compose-spec.json#L277-L310
depends_on supports:
- Array of strings (containers name)
- Object style: container name as key and restart, required and condition as values.
Currently it only supports an array.
https://github.com/compose-spec/compose-go/blob/main/schema/compose-spec.json#L277-L310
depends_on supports:
Currently it only supports an array.