Class ComposeFile
java.lang.Object
io.spring.initializr.generator.container.docker.compose.ComposeFile
Model for a Docker Compose file.
- Author:
- Moritz Halbritter, Stephane Nicoll
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionservices()
Return the service container to use to configure services.
-
Constructor Details
-
ComposeFile
public ComposeFile()
-
-
Method Details
-
services
Return the service container to use to configure services.- Returns:
- the
ComposeServiceContainer
-