Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/manuals/compose/bridge/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Compose Bridge also supports applications that use LLMs via Docker Model Runner.

For more details, see [Use Model Runner](use-model-runner.md).

## Apply organizational standards at scale

Docker Compose Bridge can help companies to apply organizational policies through custom transformation templates that are applied when converting `compose.yaml` files to Kubernetes manifests. Developers continue to write standard Compose files, while required security contexts, resource limits, labels, and network policies are applied automatically and consistently during conversion.

When requirements change, platform teams update the templates once and all teams inherit the changes on their next deployment. This separation lets developers focus on application configuration while platform teams or organization administrators manage governance.

## What's next?

- [Use Compose Bridge](usage.md)
Expand Down