Compare commits
95
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68f4c70fa3 | ||
|
|
3d7c7d3880 | ||
|
|
947a48dc90 | ||
|
|
c2e962a2be | ||
|
|
84feaff8e3 | ||
|
|
3b7770e16d | ||
|
|
f52aee275e | ||
|
|
c2c340f61e | ||
|
|
c9d1646933 | ||
|
|
26adfeee1c | ||
|
|
68d0eeab49 | ||
|
|
230e7fcf5e | ||
|
|
180e642ce3 | ||
|
|
a50c3da468 | ||
|
|
f8638e7a26 | ||
|
|
38def362f6 | ||
|
|
f3d3293e9e | ||
|
|
4d584785ff | ||
|
|
96987b7ff1 | ||
|
|
456950f31d | ||
|
|
6740f23779 | ||
|
|
880221a953 | ||
|
|
398d6692f8 | ||
|
|
b6f2befafb | ||
|
|
c11990900c | ||
|
|
e07cea5ffa | ||
|
|
6e09a9c0c9 | ||
|
|
29f4ca7c54 | ||
|
|
73fea3d13d | ||
|
|
2c82f844b1 | ||
|
|
b805fbbd1a | ||
|
|
910cc2e2cb | ||
|
|
99d39fa7f7 | ||
|
|
1778fd04a4 | ||
|
|
d616b9ef3a | ||
|
|
a72d43a6af | ||
|
|
b7c883068a | ||
|
|
5a16e389c4 | ||
|
|
f10722dec9 | ||
|
|
ec00d1a445 | ||
|
|
bf09b85448 | ||
|
|
39928d09fc | ||
|
|
9859e68fe8 | ||
|
|
4dccd7892f | ||
|
|
6bce626075 | ||
|
|
3d6aa1d4bc | ||
|
|
91ad3afc0a | ||
|
|
d3c1579905 | ||
|
|
3b83b005c5 | ||
|
|
df5d011a3a | ||
|
|
b757323701 | ||
|
|
812dead437 | ||
|
|
e0df60bc8b | ||
|
|
8b21dcd843 | ||
|
|
a140d6806f | ||
|
|
cf22527520 | ||
|
|
6eeef4cfbe | ||
|
|
58a9db5244 | ||
|
|
69481655e8 | ||
|
|
fd30fd4555 | ||
|
|
d4616bfdb2 | ||
|
|
3409eb4eec | ||
|
|
28e32e34a2 | ||
|
|
c7378dd9c2 | ||
|
|
6c5f4493dc | ||
|
|
4f3da7361a | ||
|
|
53404852e1 | ||
|
|
75743d2391 | ||
|
|
6a8b1e2628 | ||
|
|
932159b238 | ||
|
|
135739da10 | ||
|
|
f1a47aa620 | ||
|
|
3d06a59303 | ||
|
|
ccbe4de116 | ||
|
|
5c25ab9d3d | ||
|
|
02a2ec72c0 | ||
|
|
720346e9d7 | ||
|
|
68e0652872 | ||
|
|
b81db4fc0f | ||
|
|
c377995a1d | ||
|
|
e223fd99a3 | ||
|
|
5beadf9f35 | ||
|
|
89eec1edec | ||
|
|
3db235a532 | ||
|
|
24337f3a13 | ||
|
|
04988e43dd | ||
|
|
f94f3e82e8 | ||
|
|
cb5d306478 | ||
|
|
abaa41345a | ||
|
|
f46dacad9d | ||
|
|
0488b3402d | ||
|
|
fad6fe1c2a | ||
|
|
2789af0bd7 | ||
|
|
91da0dedb6 | ||
|
|
8d3c4987f0 |
@@ -1,5 +1,4 @@
|
|||||||
EXTERNAL_RESOURCE_DIR=/home/brian
|
ALFRESCO_DIR=~/alfresco
|
||||||
ALFRESCO_DIR=${EXTERNAL_RESOURCE_DIR}/alfresco
|
|
||||||
ALFRESCO_LICENSE_DIR=~/alfresco/license
|
ALFRESCO_LICENSE_DIR=~/alfresco/license
|
||||||
|
|
||||||
PROXY_PROTOCOL=http
|
PROXY_PROTOCOL=http
|
||||||
|
|||||||
+15
-3
@@ -58,6 +58,7 @@ services:
|
|||||||
- shared-file-store
|
- shared-file-store
|
||||||
volumes:
|
volumes:
|
||||||
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro"
|
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro"
|
||||||
|
- acsbin-volume:/usr/local/tomcat/alf_data:rw
|
||||||
|
|
||||||
transform-router:
|
transform-router:
|
||||||
image: quay.io/alfresco/alfresco-transform-router:1.3.1
|
image: quay.io/alfresco/alfresco-transform-router:1.3.1
|
||||||
@@ -83,9 +84,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- shared-file-store-volume:/tmp/Alfresco/sfs
|
- shared-file-store-volume:/tmp/Alfresco/sfs
|
||||||
|
|
||||||
transform-core-aio:
|
|
||||||
image: alfresco/alfresco-transform-core-aio:2.3.6
|
|
||||||
|
|
||||||
share:
|
share:
|
||||||
image: quay.io/alfresco/alfresco-governance-share-enterprise:V3.4-latest
|
image: quay.io/alfresco/alfresco-governance-share-enterprise:V3.4-latest
|
||||||
mem_limit: 512m
|
mem_limit: 512m
|
||||||
@@ -110,6 +108,8 @@ services:
|
|||||||
- POSTGRES_USER=alfresco
|
- POSTGRES_USER=alfresco
|
||||||
- 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
|
||||||
|
volumes:
|
||||||
|
- acsdb-volume:/var/lib/postgresql/data:rw
|
||||||
|
|
||||||
search:
|
search:
|
||||||
image: alfresco/alfresco-search-services:2.0.1
|
image: alfresco/alfresco-search-services:2.0.1
|
||||||
@@ -121,10 +121,14 @@ services:
|
|||||||
- SOLR_SOLR_PORT=8983
|
- SOLR_SOLR_PORT=8983
|
||||||
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
|
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
|
||||||
- ALFRESCO_SECURE_COMMS=none
|
- ALFRESCO_SECURE_COMMS=none
|
||||||
|
volumes:
|
||||||
|
- solrindex-volume:/opt/alfresco-search-services/data:rw
|
||||||
|
|
||||||
activemq:
|
activemq:
|
||||||
image: alfresco/alfresco-activemq:5.15.8
|
image: alfresco/alfresco-activemq:5.15.8
|
||||||
mem_limit: 256m
|
mem_limit: 256m
|
||||||
|
volumes:
|
||||||
|
- activemq-volume:/opt/activemq/data:rw
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
image: quay.io/alfresco/service-sync:3.3.3.1
|
image: quay.io/alfresco/service-sync:3.3.3.1
|
||||||
@@ -169,3 +173,11 @@ volumes:
|
|||||||
driver_opts:
|
driver_opts:
|
||||||
type: tmpfs
|
type: tmpfs
|
||||||
device: 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