Compare commits
54
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ec9112310 | ||
|
|
3be3cb0671 | ||
|
|
1149792321 | ||
|
|
d23afd274c | ||
|
|
c088f81a2b | ||
|
|
5fc2127922 | ||
|
|
31a89f370d | ||
|
|
544029478a | ||
|
|
854bd252e2 | ||
|
|
61ef62ecb1 | ||
|
|
5429c03548 | ||
|
|
fa90205f6f | ||
|
|
3d4f0640ab | ||
|
|
8a53f02159 | ||
|
|
3cd95d4759 | ||
|
|
452ff6975d | ||
|
|
a8bc1e6d94 | ||
|
|
6002fcaef2 | ||
|
|
66b3e49873 | ||
|
|
4336b63b85 | ||
|
|
df0a91920b | ||
|
|
18889ab89d | ||
|
|
f752309a26 | ||
|
|
8fb8be7443 | ||
|
|
5b62436d30 | ||
|
|
f66c710a6e | ||
|
|
184c1bb158 | ||
|
|
d0e042a9c1 | ||
|
|
da93d4ea48 | ||
|
|
01a5d97ed7 | ||
|
|
e86f9b6237 | ||
|
|
84feaff8e3 | ||
|
|
3b7770e16d | ||
|
|
a50c3da468 | ||
|
|
f8638e7a26 | ||
|
|
4d584785ff | ||
|
|
96987b7ff1 | ||
|
|
6e09a9c0c9 | ||
|
|
c5f2448cf9 | ||
|
|
806601c800 | ||
|
|
e9542dbc96 | ||
|
|
eaa6f1025d | ||
|
|
75afb1580b | ||
|
|
6aa7c2229d | ||
|
|
f977291894 | ||
|
|
cc4ed62159 | ||
|
|
e8a8d088f4 | ||
|
|
c9075398cd | ||
|
|
128a289ac3 | ||
|
|
4f5a939b71 | ||
|
|
22b2583505 | ||
|
|
0999563353 | ||
|
|
295b0711b0 | ||
|
|
bc6a8539f3 |
+2
-2
@@ -5,7 +5,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
image: quay.io/alfresco/alfresco-content-repository:${ACS_TAG}
|
image: quay.io/alfresco/alfresco-governance-repository-enterprise:${ACS_TAG}
|
||||||
environment:
|
environment:
|
||||||
JAVA_TOOL_OPTIONS: "
|
JAVA_TOOL_OPTIONS: "
|
||||||
-Dencryption.keystore.type=JCEKS
|
-Dencryption.keystore.type=JCEKS
|
||||||
@@ -84,7 +84,7 @@ services:
|
|||||||
- shared-file-store-volume:/tmp/Alfresco/sfs
|
- shared-file-store-volume:/tmp/Alfresco/sfs
|
||||||
|
|
||||||
share:
|
share:
|
||||||
image: alfresco/alfresco-share:${ACS_SHARE_TAG}
|
image: quay.io/alfresco/alfresco-governance-share-enterprise:${ACS_SHARE_TAG}
|
||||||
environment:
|
environment:
|
||||||
REPO_HOST: "platform"
|
REPO_HOST: "platform"
|
||||||
CSRF_FILTER_REFERER: "${PROXY_PROTOCOL}://${PROXY_HOST}(:${PROXY_PORT})?/?.*"
|
CSRF_FILTER_REFERER: "${PROXY_PROTOCOL}://${PROXY_HOST}(:${PROXY_PORT})?/?.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user