With the release of Docker Compose v2.36.0, we’re excited to
introduce a powerful new feature:provider
services.This extension point opens up Docker Compose to
interact not only with containers but also with any kind of
external system, all while keeping the familiar Compose file at the
center of the workflow. In this blog post, we’ll walk through what
provider services are, how developers can use them to streamline
their workflows, how the provider system works behind the scenes,
and how you can build your own