added share config
This commit is contained in:
parent
75df5099e9
commit
055119eeb5
@ -15,6 +15,8 @@ services:
|
|||||||
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
||||||
-Dindex.subsystem.name=solr6
|
-Dindex.subsystem.name=solr6
|
||||||
-Dsolr.host=search
|
-Dsolr.host=search
|
||||||
|
-Dshare.host=localhost
|
||||||
|
-Dshare.port=8080
|
||||||
-Dalfresco.host=localhost
|
-Dalfresco.host=localhost
|
||||||
-Dalfresco.port=8080
|
-Dalfresco.port=8080
|
||||||
-Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos
|
-Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos
|
||||||
@ -34,9 +36,14 @@ services:
|
|||||||
- activemq
|
- activemq
|
||||||
|
|
||||||
share:
|
share:
|
||||||
image: alfresco/alfresco-share:latest
|
image: alfresco/alfresco-share:6.2.2
|
||||||
|
mem_limit: 512m
|
||||||
environment:
|
environment:
|
||||||
REPO_HOST: "platform"
|
REPO_HOST: "platform"
|
||||||
|
JAVA_OPTS: "
|
||||||
|
-Dalfresco.host=localhost
|
||||||
|
-Dalfresco.port=8080
|
||||||
|
"
|
||||||
|
|
||||||
postgres-acs:
|
postgres-acs:
|
||||||
image: postgres:11.7
|
image: postgres:11.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user