From 81ca2ed0383f851ec06469fd21ede928e28a4d87 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 25 Oct 2023 20:21:21 -0400 Subject: [PATCH 1/2] ACS search 2.0.8.2 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 08b10b5..a3d03a2 100644 --- a/.env +++ b/.env @@ -8,4 +8,4 @@ PROXY_PORT=8080 ACS_TAG=7.4.1.1 AAMQ_TAG=latest POSTGRES_TAG=13 -ASIE_TAG=2.0.5 +ASIE_TAG=2.0.8.2 From 59c87eb302b9f1c9967914a783e4fce391f13a9b Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 25 Oct 2023 20:37:32 -0400 Subject: [PATCH 2/2] added solr health check --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index f98aa61..d95c67d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -63,6 +63,8 @@ services: JAVA_TOOL_OPTIONS: " -Dalfresco.secureComms.secret=alfresco-secret " + healthcheck: + test: "curl -fsS http://localhost:8983/solr" activemq: image: alfresco/alfresco-activemq:${AAMQ_TAG}