Merge branch 'acs-aims' into acs-aims-enterprise

This commit is contained in:
Brian Long 2023-10-25 22:30:39 -04:00
commit 1732253d8f
2 changed files with 10 additions and 7 deletions

12
.env
View File

@ -8,14 +8,14 @@ IDENTITY_SERVICE_PROTOCOL=http
IDENTITY_SERVICE_HOST=auth.example.org
IDENTITY_SERVICE_PORT=8080
ACS_TAG=7.3.0
ACS_TAG=7.4.1.1
ATR_TAG=2.0.0
ATE_AIO_TAG=3.0.0
ATE_AIO_TAG=4.0.0
ASFS_TAG=2.0.0
AIS_TAG=1.8.0
AAMQ_TAG=5.17.1-jre17-centos7
AIS_TAG=1.8.0.1
AAMQ_TAG=latest
POSTGRES_TAG=13
ASIE_TAG=2.0.5
ACS_SHARE_TAG=7.3.0
ASIE_TAG=2.0.8.2
ACS_SHARE_TAG=7.4.1.2
ALF_SYNC_SERV_TAG=3.7
ADW_TAG=3.1.0

View File

@ -1,8 +1,9 @@
# Sourced from https://github.com/Alfresco/acs-deployment/blob/4.0.3/docker-compose/docker-compose.yml
# Originally sourced from https://github.com/Alfresco/acs-deployment/blob/4.0.3/docker-compose/docker-compose.yml
#
version: "3"
services:
platform:
image: quay.io/alfresco/alfresco-content-repository:${ACS_TAG}
environment:
@ -133,6 +134,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}