Merge branch 'acs-lats' into acs-backend
This commit is contained in:
commit
c60e224a14
1
.env
1
.env
@ -6,6 +6,7 @@ PROXY_HOST=localhost
|
||||
PROXY_PORT=8080
|
||||
|
||||
ACS_TAG=7.3.0
|
||||
ATE_AIO_TAG=3.0.0
|
||||
AAMQ_TAG=5.17.1-jre17-centos7
|
||||
POSTGRES_TAG=13
|
||||
ASIE_TAG=2.0.5
|
||||
|
@ -41,7 +41,7 @@ services:
|
||||
-Dcsrf.filter.enabled=false
|
||||
-Dcors.enabled=false
|
||||
-Dtransform.service.enabled=false
|
||||
-Dlocal.transform.service.enabled=false
|
||||
-Dlocal.transform.service.enabled=true
|
||||
-Dsystem.content.eagerOrphanCleanup=true
|
||||
-Dsystem.content.orphanProtectDays=0
|
||||
-Djodconverter.enabled=false
|
||||
@ -51,8 +51,7 @@ services:
|
||||
- activemq
|
||||
|
||||
transform-core-aio:
|
||||
image: alfresco/alfresco-transform-core-aio:2.3.6
|
||||
mem_limit: 1g
|
||||
image: alfresco/alfresco-transform-core-aio:${ATE_AIO_TAG}
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:${POSTGRES_TAG}
|
||||
|
Loading…
x
Reference in New Issue
Block a user