Skip to main content

Service fields

Each entry in the services array defines one container.

ports[]

mounts[]

stateVolumes

A shorthand for attaching named volumes. Each entry is name:/path:
The volume dbdata must have a matching entry in state.volumes.

Startup ordering

Use dependsOn to declare startup order. The runtime starts services in topological order (dependency-first). Cycles are rejected at validation time.

Example