parameterized ACS share version

This commit is contained in:
2022-11-01 15:03:04 -04:00
parent d7de714eeb
commit fcd1262721
2 changed files with 2 additions and 1 deletions

1
.env
View File

@@ -8,3 +8,4 @@ PROXY_PORT=8080
ACS_TAG=7.3.0
AAMQ_TAG=5.17.1-jre17-centos7
POSTGRES_TAG=13
ACS_SHARE_TAG=7.3.0

View File

@@ -31,7 +31,7 @@ services:
- activemq
share:
image: alfresco/alfresco-share:latest
image: alfresco/alfresco-share:${ACS_SHARE_TAG}
environment:
REPO_HOST: "platform"
CSRF_FILTER_REFERER: "${PROXY_PROTOCOL}://${PROXY_HOST}(:${PROXY_PORT})?/?.*"