From 2b143749930565aa668e9b940ecb3c9d48d02cc2 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 25 Oct 2023 18:25:49 -0400 Subject: [PATCH 1/2] updated ATS versions --- .env | 8 ++++---- docker-compose.yml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.env b/.env index d126a74..39b3ce4 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -ATR_TAG=2.0.0 -ATE_AIO_TAG=3.0.0 -ASFS_TAG=2.0.0 -AAMQ_TAG=5.17.1-jre17-centos7 +ATR_TAG=3.0.0 +ATE_AIO_TAG=4.0.0 +ASFS_TAG=3.0.0 +AAMQ_TAG=latest diff --git a/docker-compose.yml b/docker-compose.yml index e4c4b18..de9c6ac 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,6 +3,7 @@ version: "3" services: + transform-router: image: quay.io/alfresco/alfresco-transform-router:${ATR_TAG} environment: From f5c4b00a029683bc566f9c86e35c3e18183d7c43 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 25 Oct 2023 20:17:44 -0400 Subject: [PATCH 2/2] ACS sync v3.9.0 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index ca1ca77..810ce48 100644 --- a/.env +++ b/.env @@ -8,4 +8,4 @@ PROXY_PORT=8080 ACS_TAG=7.4.1.1 AAMQ_TAG=latest POSTGRES_TAG=13 -ALF_SYNC_SERV_TAG=3.7 +ALF_SYNC_SERV_TAG=3.9.0