You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/compose/how-tos/provider-services.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,6 @@ params:
15
15
Docker Compose supports provider services, which allow integration with services whose lifecycles are managed by third-party components rather than by Compose itself.
16
16
This feature enables you to define and utilize platform-specific services without the need for manual setup or direct lifecycle management.
17
17
18
-
## Prerequisites
19
-
20
-
- Docker Compose v2.36 or later
21
18
22
19
## What are provider services?
23
20
@@ -111,9 +108,9 @@ This information is then passed to dependent services as environment variables.
111
108
112
109
Using provider services in your Compose applications offers several benefits:
113
110
114
-
1. **Simplified configuration**: You don't need to manually configure and manage platform capabilities
115
-
2. **Declarative approach**: You can declare all your application's dependencies in one place
116
-
3. **Consistent workflow**: You use the same Compose commands to manage your entire application, including platform capabilities
111
+
1. Simplified configuration: You don't need to manually configure and manage platform capabilities
112
+
2. Declarative approach: You can declare all your application's dependencies in one place
113
+
3. Consistent workflow: You use the same Compose commands to manage your entire application, including platform capabilities
0 commit comments