Service fields
Each entry in theservices array defines one container.
ports[]
mounts[]
stateVolumes
A shorthand for attaching named volumes. Each entry is name:/path:
dbdata must have a matching entry in state.volumes.
Startup ordering
UsedependsOn to declare startup order. The runtime starts services in topological order (dependency-first). Cycles are rejected at validation time.
