Merge branch 'acs-frontend' into acs-aims

This commit is contained in:
Brian Long 2023-10-25 22:29:48 -04:00
commit 350380fb3d
2 changed files with 8 additions and 5 deletions

10
.env
View File

@ -8,10 +8,10 @@ IDENTITY_SERVICE_PROTOCOL=http
IDENTITY_SERVICE_HOST=auth.example.org
IDENTITY_SERVICE_PORT=8080
ACS_TAG=7.3.0
ATE_AIO_TAG=3.0.0
ACS_TAG=7.4.1.1
ATE_AIO_TAG=4.0.0
AIS_TAG=1.8.0.1
AAMQ_TAG=5.17.1-jre17-centos7
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

View File

@ -3,6 +3,7 @@
version: "3"
services:
platform:
image: alfresco/alfresco-content-repository-community:${ACS_TAG}
environment:
@ -106,6 +107,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}