Compare commits
79
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
650e7201b1 | ||
|
|
293d5cdf36 | ||
|
|
d6149bc87e | ||
|
|
8462b9dbe2 | ||
|
|
2ec9112310 | ||
|
|
3be3cb0671 | ||
|
|
1149792321 | ||
|
|
d23afd274c | ||
|
|
c088f81a2b | ||
|
|
5fc2127922 | ||
|
|
31a89f370d | ||
|
|
5843c64876 | ||
|
|
f81076d26d | ||
|
|
0949d12d8f | ||
|
|
1b23093930 | ||
|
|
91e13fa81a | ||
|
|
c0878c27f0 | ||
|
|
aa136e1f2f | ||
|
|
10f1a9f359 | ||
|
|
f90259eae9 | ||
|
|
544029478a | ||
|
|
854bd252e2 | ||
|
|
61ef62ecb1 | ||
|
|
5429c03548 | ||
|
|
fa90205f6f | ||
|
|
3d4f0640ab | ||
|
|
8a53f02159 | ||
|
|
4988944cad | ||
|
|
2560dcf1c8 | ||
|
|
3cd95d4759 | ||
|
|
452ff6975d | ||
|
|
a8bc1e6d94 | ||
|
|
6002fcaef2 | ||
|
|
66b3e49873 | ||
|
|
4336b63b85 | ||
|
|
df0a91920b | ||
|
|
18889ab89d | ||
|
|
6d3ca92357 | ||
|
|
54fcdf31b8 | ||
|
|
f752309a26 | ||
|
|
8fb8be7443 | ||
|
|
5b62436d30 | ||
|
|
f66c710a6e | ||
|
|
184c1bb158 | ||
|
|
d0e042a9c1 | ||
|
|
da93d4ea48 | ||
|
|
01a5d97ed7 | ||
|
|
3ca58472a3 | ||
|
|
65a2d15c07 | ||
|
|
d47e68fc70 | ||
|
|
0ab7ab7a49 | ||
|
|
575aff046e | ||
|
|
e86f9b6237 | ||
|
|
7d3d00edb2 | ||
|
|
33035fb718 | ||
|
|
84feaff8e3 | ||
|
|
3b7770e16d | ||
|
|
a50c3da468 | ||
|
|
f8638e7a26 | ||
|
|
4d584785ff | ||
|
|
96987b7ff1 | ||
|
|
6e09a9c0c9 | ||
|
|
192bd41c1a | ||
|
|
c5f2448cf9 | ||
|
|
806601c800 | ||
|
|
e9542dbc96 | ||
|
|
eaa6f1025d | ||
|
|
75afb1580b | ||
|
|
6aa7c2229d | ||
|
|
f977291894 | ||
|
|
cc4ed62159 | ||
|
|
e8a8d088f4 | ||
|
|
c9075398cd | ||
|
|
128a289ac3 | ||
|
|
4f5a939b71 | ||
|
|
22b2583505 | ||
|
|
0999563353 | ||
|
|
295b0711b0 | ||
|
|
bc6a8539f3 |
@@ -3,3 +3,11 @@
|
||||
|
||||
This Git Repository intends to represent environments in Docker Compose. All environments are effectively a derivative of other environments. The original environment is the environment represented by the `base` branch. All derivative environments are represented by other branches. Those branches are named in the format `{core}.{parent}`.
|
||||
|
||||
## Licensing
|
||||
|
||||
This version of Alfresco requires licensing.
|
||||
|
||||
### ACS Enterprise
|
||||
|
||||
The enterprise version of ACS requires a license file for it to work for more than 2 days. This means it isn't really required, but it is becomes important when you utilize any `persist` branch. For licensing to work, you must place your license file in the following directory relative to the user home directory that runs the Docker Compose command: `alfresco/license/acs`. There must be just one file in there that ends in `.lic`.
|
||||
|
||||
|
||||
+2
-2
@@ -5,7 +5,7 @@ version: "3"
|
||||
services:
|
||||
|
||||
platform:
|
||||
image: quay.io/alfresco/alfresco-content-repository:${ACS_TAG}
|
||||
image: quay.io/alfresco/alfresco-governance-repository-enterprise:${ACS_TAG}
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: "
|
||||
-Dencryption.keystore.type=JCEKS
|
||||
@@ -93,7 +93,7 @@ services:
|
||||
- shared-file-store-volume:/tmp/Alfresco/sfs
|
||||
|
||||
share:
|
||||
image: alfresco/alfresco-share:${ACS_SHARE_TAG}
|
||||
image: quay.io/alfresco/alfresco-governance-share-enterprise:${ACS_SHARE_TAG}
|
||||
environment:
|
||||
REPO_HOST: "platform"
|
||||
CSRF_FILTER_REFERER: "${PROXY_PROTOCOL}://${PROXY_HOST}(:${PROXY_PORT})?/?.*"
|
||||
|
||||
Reference in New Issue
Block a user