Depends On
Startup ordering between components. A string shorthand (depends_on: [backend]) expands to [{ component: "backend" }].
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
component |
string |
yes | -- | Component name |
condition |
enum |
no | started |
started or healthy |
depends_on:
- component: backend
condition: healthy