Merge branch 'acs-backend-enterprise' into acs-frontend-enterprise
This commit is contained in:
commit
db0da17798
3
.env
3
.env
@ -6,8 +6,11 @@ PROXY_HOST=localhost
|
|||||||
PROXY_PORT=8080
|
PROXY_PORT=8080
|
||||||
|
|
||||||
ACS_TAG=7.3.0
|
ACS_TAG=7.3.0
|
||||||
|
ATR_TAG=2.0.0
|
||||||
ATE_AIO_TAG=3.0.0
|
ATE_AIO_TAG=3.0.0
|
||||||
|
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
|
ACS_SHARE_TAG=7.3.0
|
||||||
|
ALF_SYNC_SERV_TAG=3.7
|
||||||
|
@ -4,7 +4,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
platform:
|
platform:
|
||||||
image: alfresco/alfresco-content-repository:${ACS_TAG}
|
image: quay.io/alfresco/alfresco-content-repository:${ACS_TAG}
|
||||||
environment:
|
environment:
|
||||||
JAVA_TOOL_OPTIONS: "
|
JAVA_TOOL_OPTIONS: "
|
||||||
-Dencryption.keystore.type=JCEKS
|
-Dencryption.keystore.type=JCEKS
|
||||||
@ -59,8 +59,7 @@ services:
|
|||||||
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro"
|
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro"
|
||||||
|
|
||||||
transform-router:
|
transform-router:
|
||||||
image: quay.io/alfresco/alfresco-transform-router:1.3.1
|
image: quay.io/alfresco/alfresco-transform-router:${ATR_TAG}
|
||||||
mem_limit: 128m
|
|
||||||
environment:
|
environment:
|
||||||
ACTIVEMQ_URL: "nio://activemq:61616"
|
ACTIVEMQ_URL: "nio://activemq:61616"
|
||||||
CORE_AIO_URL : "http://transform-core-aio:8090"
|
CORE_AIO_URL : "http://transform-core-aio:8090"
|
||||||
@ -70,8 +69,7 @@ services:
|
|||||||
- shared-file-store
|
- shared-file-store
|
||||||
|
|
||||||
transform-core-aio:
|
transform-core-aio:
|
||||||
image: alfresco/alfresco-transform-core-aio:2.3.6
|
image: alfresco/alfresco-transform-core-aio:${ATE_AIO_TAG}
|
||||||
mem_limit: 1g
|
|
||||||
environment:
|
environment:
|
||||||
ACTIVEMQ_URL: "nio://activemq:61616"
|
ACTIVEMQ_URL: "nio://activemq:61616"
|
||||||
FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"
|
FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"
|
||||||
@ -80,8 +78,7 @@ services:
|
|||||||
- shared-file-store
|
- shared-file-store
|
||||||
|
|
||||||
shared-file-store:
|
shared-file-store:
|
||||||
image: alfresco/alfresco-shared-file-store:0.10.0
|
image: alfresco/alfresco-shared-file-store:${ASFS_TAG}
|
||||||
mem_limit: 256m
|
|
||||||
volumes:
|
volumes:
|
||||||
- shared-file-store-volume:/tmp/Alfresco/sfs
|
- shared-file-store-volume:/tmp/Alfresco/sfs
|
||||||
|
|
||||||
@ -127,10 +124,10 @@ services:
|
|||||||
ACTIVEMQ_ADMIN_PASSWORD: alfresco
|
ACTIVEMQ_ADMIN_PASSWORD: alfresco
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
image: quay.io/alfresco/service-sync:3.3.3.1
|
image: quay.io/alfresco/service-sync:${ALF_SYNC_SERV_TAG}
|
||||||
mem_limit: 512m
|
|
||||||
environment:
|
environment:
|
||||||
JAVA_OPTS : "
|
JAVA_OPTS : "
|
||||||
|
-Xms64m -Xmx256m
|
||||||
-Dsql.db.driver=org.postgresql.Driver
|
-Dsql.db.driver=org.postgresql.Driver
|
||||||
-Dsql.db.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
-Dsql.db.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
||||||
-Dsql.db.username=alfresco
|
-Dsql.db.username=alfresco
|
||||||
@ -139,7 +136,6 @@ services:
|
|||||||
-Drepo.hostname=platform
|
-Drepo.hostname=platform
|
||||||
-Drepo.port=8080
|
-Drepo.port=8080
|
||||||
-Ddw.server.applicationConnectors[0].type=http
|
-Ddw.server.applicationConnectors[0].type=http
|
||||||
-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
|
|
||||||
"
|
"
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres-acs
|
- postgres-acs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user