Add a 'Docker Compose Support' section to the reference docs

Update the reference documentation with details about the recently
introduced Docker Compose Support.

Closes gh-35026
This commit is contained in:
Phillip Webb
2023-04-21 23:18:54 -07:00
parent e19aa81813
commit a0b854024b
3 changed files with 213 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ dependencies {
asciidoctorExtensions(project(path: ":spring-boot-project:spring-boot-actuator-autoconfigure"))
asciidoctorExtensions(project(path: ":spring-boot-project:spring-boot-autoconfigure"))
asciidoctorExtensions(project(path: ":spring-boot-project:spring-boot-devtools"))
asciidoctorExtensions(project(path: ":spring-boot-project:spring-boot-docker-compose"))
autoConfiguration(project(path: ":spring-boot-project:spring-boot-autoconfigure", configuration: "autoConfigurationMetadata"))
autoConfiguration(project(path: ":spring-boot-project:spring-boot-actuator-autoconfigure", configuration: "autoConfigurationMetadata"))