From e8dbe3eb96ac244d928afdb9756b6cb3a7eb2ff0 Mon Sep 17 00:00:00 2001 From: Laura Trotta Date: Wed, 27 Aug 2025 17:01:08 +0200 Subject: [PATCH] update docker services documentation Signed-off-by: Laura Trotta --- .../src/main/antora/modules/ROOT/pages/api/docker-compose.adoc | 2 ++ .../src/main/antora/modules/ROOT/pages/api/testcontainers.adoc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/docker-compose.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/docker-compose.adoc index 2ed52679277..b729ab31dcf 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/docker-compose.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/docker-compose.adoc @@ -55,3 +55,5 @@ The following service connection factories are provided in the `spring-ai-spring | `WeaviateConnectionDetails` | Containers named `semitechnologies/weaviate`, `cr.weaviate.io/semitechnologies/weaviate` |==== + +More service connections are provided by the spring boot module `spring-boot-docker-compose`. Refer to the https://docs.spring.io/spring-boot/reference/features/dev-services.html#features.dev-services.docker-compose[Docker Compose Support] documentation page for the full list. diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/testcontainers.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/testcontainers.adoc index 2f8b59d4182..9d262062fe1 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/testcontainers.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/testcontainers.adoc @@ -59,3 +59,5 @@ The following service connection factories are provided in the `spring-ai-spring | `WeaviateConnectionDetails` | Containers of type `WeaviateContainer` |==== + +More service connections are provided by the spring boot module `spring-boot-testcontainers`. Refer to the https://docs.spring.io/spring-boot/reference/testing/testcontainers.html#testing.testcontainers.service-connections[Testcontainers Service Connections] documentation page for the full list.