Merge branch 'ags-frontend-enterprise' into dbp

This commit is contained in:
Brian Long 2023-10-25 22:40:17 -04:00
commit 1567249c4e
2 changed files with 13 additions and 10 deletions

18
.env
View File

@ -5,15 +5,15 @@ PROXY_PROTOCOL=http
PROXY_HOST=localhost PROXY_HOST=localhost
PROXY_PORT=8080 PROXY_PORT=8080
ACS_TAG=7.3.0 ACS_TAG=7.4.1.1
ATR_TAG=2.0.0 ATR_TAG=3.0.0
ATE_AIO_TAG=3.0.0 ATE_AIO_TAG=4.0.0
ASFS_TAG=2.0.0 ASFS_TAG=3.0.0
APS_TAG=2.3.5 APS_TAG=2.3.5
AAMQ_TAG=5.17.1-jre17-centos7 AAMQ_TAG=latest
POSTGRES_TAG=13 POSTGRES_TAG=13
ASIE_TAG=2.0.5 ASIE_TAG=2.0.8.2
ACS_SHARE_TAG=7.3.0 ACS_SHARE_TAG=7.4.1.2
ALF_SYNC_SERV_TAG=3.7 ALF_SYNC_SERV_TAG=3.9.0
ADW_TAG=3.1.0 ADW_TAG=4.1.0
ELASTICSEARCH_TAG=7.17.7 ELASTICSEARCH_TAG=7.17.7

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" version: "3"
services: services:
platform: platform:
image: quay.io/alfresco/alfresco-governance-repository-enterprise:${ACS_TAG} image: quay.io/alfresco/alfresco-governance-repository-enterprise:${ACS_TAG}
environment: environment:
@ -115,6 +116,8 @@ services:
JAVA_TOOL_OPTIONS: " JAVA_TOOL_OPTIONS: "
-Dalfresco.secureComms.secret=alfresco-secret -Dalfresco.secureComms.secret=alfresco-secret
" "
healthcheck:
test: "curl -fsS http://localhost:8983/solr"
activemq: activemq:
image: alfresco/alfresco-activemq:${AAMQ_TAG} image: alfresco/alfresco-activemq:${AAMQ_TAG}