Compare commits
75 Commits
propagate/
...
propagate/
Author | SHA1 | Date | |
---|---|---|---|
|
a2ef5824d3 | ||
|
08a800ab24 | ||
|
230e7fcf5e | ||
|
180e642ce3 | ||
|
38def362f6 | ||
|
f3d3293e9e | ||
|
456950f31d | ||
|
6740f23779 | ||
|
880221a953 | ||
|
398d6692f8 | ||
|
2c82f844b1 | ||
|
b805fbbd1a | ||
|
b7c883068a | ||
|
5a16e389c4 | ||
|
9f004a7cc0 | ||
|
ed35fcae1d | ||
|
a140d6806f | ||
e63cca79ce | |||
|
3409eb4eec | ||
c7378dd9c2 | |||
53404852e1 | |||
75743d2391 | |||
078b2ae35c | |||
5ff71f0e3c | |||
30f3420ee5 | |||
677a3e1dc8 | |||
2ec11a1135 | |||
6a8b1e2628 | |||
932159b238 | |||
135739da10 | |||
e660d79ef1 | |||
f036e13180 | |||
40207d43ff | |||
02a2ec72c0 | |||
41b87a9e5e | |||
86ad2bc409 | |||
2a56247aa1 | |||
efb9210c5a | |||
48d46aa70c | |||
720346e9d7 | |||
68e0652872 | |||
b81db4fc0f | |||
c377995a1d | |||
e223fd99a3 | |||
5beadf9f35 | |||
24337f3a13 | |||
04988e43dd | |||
f94f3e82e8 | |||
cb5d306478 | |||
abaa41345a | |||
17f70ea253 | |||
2173a9eb5b | |||
8e1a7f11ca | |||
ca1eaa8bff | |||
32ad6d8195 | |||
0488b3402d | |||
fad6fe1c2a | |||
2789af0bd7 | |||
91da0dedb6 | |||
8d3c4987f0 | |||
701489665a | |||
0976a3975f | |||
0ad2cdf9ad | |||
7bb62f421e | |||
f02d4ff427 | |||
1e09466e78 | |||
1216469feb | |||
6a6dbdc798 | |||
2ac3d013c9 | |||
80a938d674 | |||
ddb535ab14 | |||
331eda62fc | |||
0bb3b7bb28 | |||
f97b6b973b | |||
3fea801d26 |
@@ -23,6 +23,12 @@ services:
|
||||
-Daos.baseUrlOverwrite=${PROXY_PROTOCOL}://${PROXY_HOST}:${PROXY_PORT}/alfresco/aos
|
||||
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
|
||||
-Ddeployment.method=DOCKER_COMPOSE
|
||||
-DlocalTransform.core-aio.url=http://transform-core-aio:8090/
|
||||
-Dalfresco-pdf-renderer.url=http://transform-core-aio:8090/
|
||||
-Djodconverter.url=http://transform-core-aio:8090/
|
||||
-Dimg.url=http://transform-core-aio:8090/
|
||||
-Dtika.url=http://transform-core-aio:8090/
|
||||
-Dtransform.misc.url=http://transform-core-aio:8090/
|
||||
-Dcsrf.filter.enabled=false
|
||||
-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
|
||||
|
||||
@@ -49,6 +55,7 @@ services:
|
||||
- shared-file-store
|
||||
volumes:
|
||||
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro"
|
||||
- acsbin-volume:/usr/local/tomcat/alf_data:rw
|
||||
|
||||
transform-router:
|
||||
image: quay.io/alfresco/alfresco-transform-router:1.3.1
|
||||
@@ -82,6 +89,8 @@ services:
|
||||
- POSTGRES_USER=alfresco
|
||||
- POSTGRES_DB=alfresco
|
||||
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||
volumes:
|
||||
- acsdb-volume:/var/lib/postgresql/data:rw
|
||||
|
||||
search:
|
||||
image: alfresco/alfresco-search-services:2.0.1
|
||||
@@ -93,10 +102,14 @@ services:
|
||||
- SOLR_SOLR_PORT=8983
|
||||
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
|
||||
- ALFRESCO_SECURE_COMMS=none
|
||||
volumes:
|
||||
- solrindex-volume:/opt/alfresco-search-services/data:rw
|
||||
|
||||
activemq:
|
||||
image: alfresco/alfresco-activemq:5.15.8
|
||||
mem_limit: 256m
|
||||
volumes:
|
||||
- activemq-volume:/opt/activemq/data:rw
|
||||
|
||||
sync:
|
||||
image: quay.io/alfresco/service-sync:3.3.3.1
|
||||
@@ -131,3 +144,11 @@ volumes:
|
||||
driver_opts:
|
||||
type: tmpfs
|
||||
device: tmpfs
|
||||
acsbin-volume:
|
||||
driver: local
|
||||
acsdb-volume:
|
||||
driver: local
|
||||
activemq-volume:
|
||||
driver: local
|
||||
solrindex-volume:
|
||||
driver: local
|
||||
|
Reference in New Issue
Block a user