Packages
testcontainer_compose
1.0.0
Spin up Docker Compose stacks as typed formulas in testcontainer.
Current section
Files
Jump to
Current section
Files
include/testcontainer_compose_ComposeServices.hrl
-record(compose_services, {
file_path :: binary(),
project_name :: binary(),
services :: list(testcontainer_compose:service())
}).