added share config

This commit is contained in:
Brian Long 2020-12-17 14:24:15 -05:00
parent 75df5099e9
commit 055119eeb5

View File

@ -15,6 +15,8 @@ services:
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
-Dindex.subsystem.name=solr6
-Dsolr.host=search
-Dshare.host=localhost
-Dshare.port=8080
-Dalfresco.host=localhost
-Dalfresco.port=8080
-Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos
@ -34,9 +36,14 @@ services:
- activemq
share:
image: alfresco/alfresco-share:latest
image: alfresco/alfresco-share:6.2.2
mem_limit: 512m
environment:
REPO_HOST: "platform"
JAVA_OPTS: "
-Dalfresco.host=localhost
-Dalfresco.port=8080
"
postgres-acs:
image: postgres:11.7