Compare commits
43 Commits
acs-lats
...
propagate/
Author | SHA1 | Date | |
---|---|---|---|
|
456950f31d | ||
|
6740f23779 | ||
|
99d39fa7f7 | ||
|
1778fd04a4 | ||
|
a72d43a6af | ||
078b2ae35c | |||
5ff71f0e3c | |||
2878298644 | |||
11bb8c62ed | |||
962817ba63 | |||
e660d79ef1 | |||
f036e13180 | |||
83db2b08dc | |||
41b87a9e5e | |||
86ad2bc409 | |||
fc9c26eac5 | |||
2715b3afea | |||
253b7fd3f2 | |||
9f75b4439d | |||
17f70ea253 | |||
2173a9eb5b | |||
520e211c11 | |||
1635445cba | |||
0ed77985f0 | |||
701489665a | |||
0ad2cdf9ad | |||
1d0aa0c91e | |||
7a005d16d7 | |||
7bb62f421e | |||
f02d4ff427 | |||
b762ba0ce1 | |||
1216469feb | |||
2ac3d013c9 | |||
a7cacf8edc | |||
43d5686407 | |||
fbf7ca3678 | |||
69974eaeea | |||
82d6fd5c8a | |||
63d1ee7ef9 | |||
a081d5b5c8 | |||
8a5004ed74 | |||
7cedfa4fa2 | |||
dcb88c42ea |
@@ -13,7 +13,10 @@ services:
|
|||||||
-Ddb.username=alfresco
|
-Ddb.username=alfresco
|
||||||
-Ddb.password=alfresco
|
-Ddb.password=alfresco
|
||||||
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
||||||
-Dindex.subsystem.name=noindex
|
-Dindex.subsystem.name=solr6
|
||||||
|
-Dsolr.host=search
|
||||||
|
-Dsolr.port=8983
|
||||||
|
-Dsolr.secureComms=none
|
||||||
-Dalfresco.host=${PROXY_HOST}
|
-Dalfresco.host=${PROXY_HOST}
|
||||||
-Dalfresco.port=${PROXY_PORT}
|
-Dalfresco.port=${PROXY_PORT}
|
||||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||||
@@ -51,6 +54,17 @@ services:
|
|||||||
- POSTGRES_DB=alfresco
|
- POSTGRES_DB=alfresco
|
||||||
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||||
|
|
||||||
|
search:
|
||||||
|
image: alfresco/alfresco-search-services:2.0.1
|
||||||
|
mem_limit: 2g
|
||||||
|
environment:
|
||||||
|
- SOLR_ALFRESCO_HOST=platform
|
||||||
|
- SOLR_ALFRESCO_PORT=8080
|
||||||
|
- SOLR_SOLR_HOST=search
|
||||||
|
- SOLR_SOLR_PORT=8983
|
||||||
|
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
|
||||||
|
- ALFRESCO_SECURE_COMMS=none
|
||||||
|
|
||||||
activemq:
|
activemq:
|
||||||
image: alfresco/alfresco-activemq:5.15.8
|
image: alfresco/alfresco-activemq:5.15.8
|
||||||
mem_limit: 256m
|
mem_limit: 256m
|
||||||
|
Reference in New Issue
Block a user