Merge branch 'ags-backend-enterprise' into ags-frontend-enterprise

This commit is contained in:
2021-01-13 11:19:08 -05:00
3 changed files with 24 additions and 1 deletions
+16 -1
View File
@@ -45,6 +45,8 @@ services:
-Dimg.url=http://transform-engine-aio:8090
-Dtika.url=http://transform-engine-aio:8090
-Dtransform.misc.url=http://transform-engine-aio:8090
-Ddsync.service.uris=${PROXY_PROTOCOL}://${PROXY_HOST}:${PROXY_PORT}/sync
-Dsystem.content.eagerOrphanCleanup=true
-Dsystem.content.orphanProtectDays=0
@@ -124,14 +126,27 @@ services:
image: alfresco/alfresco-activemq:5.15.8
mem_limit: 256m
sync:
image: quay.io/alfresco/service-sync:3.3.3.1
environment:
JAVA_OPTS : "
-Dsql.db.url=jdbc:postgresql://postgres-acs:5432/alfresco
-Dmessaging.broker.host=activemq
-Drepo.hostname=platform
"
depends_on:
- postgres-acs
- activemq
proxy:
build: ./nginx-ingress
image: local/nginx-ingress:acs-share
image: local/nginx-ingress:acs-sync-share
ports:
- 8080:8080
depends_on:
- platform
- share
- sync
volumes:
shared-file-store-volume: