fixed sync service config

This commit is contained in:
Brian Long 2021-01-13 17:35:43 -05:00
parent ac7e691100
commit 3b5fc8c096

View File

@ -100,11 +100,18 @@ services:
sync: sync:
image: quay.io/alfresco/service-sync:3.3.3.1 image: quay.io/alfresco/service-sync:3.3.3.1
mem_limit: 512m
environment: environment:
JAVA_OPTS : " JAVA_OPTS : "
-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.password=alfresco
-Dmessaging.broker.host=activemq -Dmessaging.broker.host=activemq
-Drepo.hostname=platform -Drepo.hostname=platform
-Drepo.port=8080
-Ddw.server.applicationConnectors[0].type=http
-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
" "
depends_on: depends_on:
- postgres-acs - postgres-acs