parameterized ACS Share version

This commit is contained in:
Brian Long 2022-11-01 17:38:25 -04:00
parent a8bc1e6d94
commit 452ff6975d
2 changed files with 2 additions and 2 deletions

1
.env
View File

@ -12,4 +12,5 @@ ASFS_TAG=2.0.0
AAMQ_TAG=5.17.1-jre17-centos7 AAMQ_TAG=5.17.1-jre17-centos7
POSTGRES_TAG=13 POSTGRES_TAG=13
ASIE_TAG=2.0.5 ASIE_TAG=2.0.5
ACS_SHARE_TAG=7.3.0
ALF_SYNC_SERV_TAG=3.7 ALF_SYNC_SERV_TAG=3.7

View File

@ -83,8 +83,7 @@ services:
- shared-file-store-volume:/tmp/Alfresco/sfs - shared-file-store-volume:/tmp/Alfresco/sfs
share: share:
image: quay.io/alfresco/alfresco-governance-share-enterprise:V3.4-latest image: quay.io/alfresco/alfresco-governance-share-enterprise:${ACS_TAG}
mem_limit: 512m
environment: environment:
REPO_HOST: "platform" REPO_HOST: "platform"
CSRF_FILTER_REFERER: "${PROXY_PROTOCOL}://${PROXY_HOST}(:${PROXY_PORT})?/?.*" CSRF_FILTER_REFERER: "${PROXY_PROTOCOL}://${PROXY_HOST}(:${PROXY_PORT})?/?.*"