Merge branch 'acs-search' into acs-backend-enterprise

This commit is contained in:
Brian Long 2023-10-25 21:52:34 -04:00
commit 3202dc9e51
2 changed files with 3 additions and 1 deletions

2
.env
View File

@ -11,5 +11,5 @@ ATE_AIO_TAG=4.0.0
ASFS_TAG=3.0.0
AAMQ_TAG=latest
POSTGRES_TAG=13
ASIE_TAG=2.0.5
ASIE_TAG=2.0.8.2
ALF_SYNC_SERV_TAG=3.7

View File

@ -98,6 +98,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}