From 57af0a20b170882b731cc7acc1a4f0457d261779 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 25 Oct 2023 20:11:15 -0400 Subject: [PATCH 1/5] ACS v7.4.1.1 --- .env | 4 ++-- docker-compose.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 43cc336..654bc1b 100644 --- a/.env +++ b/.env @@ -5,6 +5,6 @@ PROXY_PROTOCOL=http PROXY_HOST=localhost PROXY_PORT=8080 -ACS_TAG=7.3.0 -AAMQ_TAG=5.17.1-jre17-centos7 +ACS_TAG=7.4.1.1 +AAMQ_TAG=latest POSTGRES_TAG=13 diff --git a/docker-compose.yml b/docker-compose.yml index 70d8b66..f88dd25 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,6 +3,7 @@ version: "3" services: + platform: image: alfresco/alfresco-content-repository-community:${ACS_TAG} environment: From 23b3057329787f23395410242e07cf49b33076f7 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 25 Oct 2023 20:19:43 -0400 Subject: [PATCH 2/5] ACS share v7.4.1.2 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 98a80a5..d0ffea4 100644 --- a/.env +++ b/.env @@ -8,4 +8,4 @@ PROXY_PORT=8080 ACS_TAG=7.4.1.1 AAMQ_TAG=latest POSTGRES_TAG=13 -ACS_SHARE_TAG=7.3.0 +ACS_SHARE_TAG=7.4.1.2 From 81ca2ed0383f851ec06469fd21ede928e28a4d87 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 25 Oct 2023 20:21:21 -0400 Subject: [PATCH 3/5] 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 415994f1f38bf2978ae89c35a72d7aba0361775b Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 25 Oct 2023 20:23:36 -0400 Subject: [PATCH 4/5] ATE AIO v4.0.0 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 314a044..ea728b4 100644 --- a/.env +++ b/.env @@ -6,6 +6,6 @@ PROXY_HOST=localhost PROXY_PORT=8080 ACS_TAG=7.4.1.1 -ATE_AIO_TAG=3.0.0 +ATE_AIO_TAG=4.0.0 AAMQ_TAG=latest POSTGRES_TAG=13 From 59c87eb302b9f1c9967914a783e4fce391f13a9b Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 25 Oct 2023 20:37:32 -0400 Subject: [PATCH 5/5] 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}