diff --git a/content/manuals/compose/bridge/_index.md b/content/manuals/compose/bridge/_index.md index 2c795fd27aa5..fcdc25e97bdc 100644 --- a/content/manuals/compose/bridge/_index.md +++ b/content/manuals/compose/bridge/_index.md @@ -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)