Compare commits
54
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e86f9b6237 | ||
|
|
f90a541ec2 | ||
|
|
84feaff8e3 | ||
|
|
3b7770e16d | ||
|
|
f52aee275e | ||
|
|
c2c340f61e | ||
|
|
c9d1646933 | ||
|
|
26adfeee1c | ||
|
|
68d0eeab49 | ||
|
|
a50c3da468 | ||
|
|
f8638e7a26 | ||
|
|
4d584785ff | ||
|
|
96987b7ff1 | ||
|
|
456950f31d | ||
|
|
6740f23779 | ||
|
|
880221a953 | ||
|
|
398d6692f8 | ||
|
|
b6f2befafb | ||
|
|
c11990900c | ||
|
|
e07cea5ffa | ||
|
|
6e09a9c0c9 | ||
|
|
29f4ca7c54 | ||
|
|
73fea3d13d | ||
|
|
910cc2e2cb | ||
|
|
99d39fa7f7 | ||
|
|
1778fd04a4 | ||
|
|
d616b9ef3a | ||
|
|
a72d43a6af | ||
|
|
5a16e389c4 | ||
|
|
f10722dec9 | ||
|
|
ec00d1a445 | ||
|
|
bf09b85448 | ||
|
|
39928d09fc | ||
|
|
9859e68fe8 | ||
|
|
4dccd7892f | ||
|
|
6bce626075 | ||
|
|
3d6aa1d4bc | ||
|
|
91ad3afc0a | ||
|
|
c5f2448cf9 | ||
|
|
806601c800 | ||
|
|
e9542dbc96 | ||
|
|
eaa6f1025d | ||
|
|
75afb1580b | ||
|
|
6aa7c2229d | ||
|
|
f977291894 | ||
|
|
cc4ed62159 | ||
|
|
e8a8d088f4 | ||
|
|
c9075398cd | ||
|
|
128a289ac3 | ||
|
|
4f5a939b71 | ||
|
|
22b2583505 | ||
|
|
0999563353 | ||
|
|
295b0711b0 | ||
|
|
bc6a8539f3 |
@@ -1,5 +1,4 @@
|
||||
EXTERNAL_RESOURCE_DIR=/home/brian
|
||||
ALFRESCO_DIR=${EXTERNAL_RESOURCE_DIR}/alfresco
|
||||
ALFRESCO_DIR=~/alfresco
|
||||
ALFRESCO_LICENSE_DIR=~/alfresco/license
|
||||
|
||||
PROXY_PROTOCOL=http
|
||||
|
||||
+2
-5
@@ -5,7 +5,7 @@ version: "2"
|
||||
|
||||
services:
|
||||
platform:
|
||||
image: alfresco/alfresco-content-repository:6.2.2.3
|
||||
image: quay.io/alfresco/alfresco-governance-repository-enterprise:V3.4-latest
|
||||
mem_limit: 1700m
|
||||
environment:
|
||||
JAVA_OPTS: "
|
||||
@@ -83,11 +83,8 @@ services:
|
||||
volumes:
|
||||
- shared-file-store-volume:/tmp/Alfresco/sfs
|
||||
|
||||
transform-core-aio:
|
||||
image: alfresco/alfresco-transform-core-aio:2.3.6
|
||||
|
||||
share:
|
||||
image: alfresco/alfresco-share:6.2.2
|
||||
image: quay.io/alfresco/alfresco-governance-share-enterprise:V3.4-latest
|
||||
mem_limit: 512m
|
||||
environment:
|
||||
REPO_HOST: "platform"
|
||||
|
||||
Reference in New Issue
Block a user