Merge branch 'acs-frontend-enterprise' into ags-frontend-enterprise
This commit is contained in:
commit
3cd95d4759
1
.env
1
.env
@ -14,3 +14,4 @@ POSTGRES_TAG=13
|
||||
ASIE_TAG=2.0.5
|
||||
ACS_SHARE_TAG=7.3.0
|
||||
ALF_SYNC_SERV_TAG=3.7
|
||||
ADW_TAG=3.1.0
|
||||
|
@ -83,7 +83,7 @@ services:
|
||||
- shared-file-store-volume:/tmp/Alfresco/sfs
|
||||
|
||||
share:
|
||||
image: quay.io/alfresco/alfresco-governance-share-enterprise:${ACS_TAG}
|
||||
image: quay.io/alfresco/alfresco-governance-share-enterprise:${ACS_SHARE_TAG}
|
||||
environment:
|
||||
REPO_HOST: "platform"
|
||||
CSRF_FILTER_REFERER: "${PROXY_PROTOCOL}://${PROXY_HOST}(:${PROXY_PORT})?/?.*"
|
||||
@ -142,8 +142,7 @@ services:
|
||||
- activemq
|
||||
|
||||
digital-workspace:
|
||||
image: quay.io/alfresco/alfresco-digital-workspace:2.0.0-adw
|
||||
mem_limit: 128m
|
||||
image: quay.io/alfresco/alfresco-digital-workspace:${ADW_TAG}
|
||||
environment:
|
||||
BASE_PATH: ./
|
||||
APP_CONFIG_ECM_HOST: "${PROXY_PROTOCOL}://${PROXY_HOST}:${PROXY_PORT}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user