We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e7a14 commit 252ab72Copy full SHA for 252ab72
compose/testcontainers/compose/__init__.py
@@ -17,6 +17,7 @@ class DockerCompose:
17
pull: Pull images before launching environment.
18
build: Build images referenced in the configuration file.
19
env_file: Path to an env file containing environment variables to pass to docker compose.
20
+ services: The list of services to be run when starting this DockerCompose.
21
22
Example:
23
0 commit comments