Search resources and navigation

Start typing to search this project.

Saved views

Project/production
Production scope
Applications / Compose

Compose applications

Inspectable multi-service topology, pinned templates, health-aware deploys, and explicit data ownership.

{{message()}}

Applications{{data().applications.length}}
Running{{data().applications.filter(v=>v.status==='running').length}}
Services{{data().applications.reduce((n,v)=>n+Object.keys(v.manifest.spec.services).length,0)}}
Unhealthy{{data().applications.flatMap(v=>v.services).filter(v=>['unhealthy','failed'].includes(v.status)).length}}

Stacks and topology

Dependencies deploy in the shown order; health gates determine readiness.

No Compose applicationsImport a validated file or start from a pinned template.

{{item.name}}

{{item.slug}} · v{{item.version}}

{{item.status}}
{{name}}
{{service.serviceName}}{{service.status}} · {{service.healthyReplicas}}/{{service.replicas}} healthy

Type {{deleteState().removeVolumes?item.slug+' delete volumes':item.slug}}

Conversion diagnostics

{{issue.severity}}{{issue.path}}{{issue.message}}{{issue.alternative||''}}

{{output().service}}

{{output().text}}