Compare commits
28 Commits
propagate/
...
ags-enterp
Author | SHA1 | Date | |
---|---|---|---|
c088f81a2b | |||
5fc2127922 | |||
31a89f370d | |||
c0878c27f0 | |||
aa136e1f2f | |||
fa90205f6f | |||
3d4f0640ab | |||
8a53f02159 | |||
38b5f8dc36 | |||
4336b63b85 | |||
df0a91920b | |||
18889ab89d | |||
8fd11ed1d6 | |||
184c1bb158 | |||
d0e042a9c1 | |||
da93d4ea48 | |||
01a5d97ed7 | |||
ad948f3f08 | |||
|
4d584785ff | ||
|
96987b7ff1 | ||
|
6e09a9c0c9 | ||
|
910cc2e2cb | ||
22b2583505 | |||
0999563353 | |||
dc9fb0abfa | |||
cafee75cdc | |||
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`.
|
||||
|
||||
|
@@ -5,7 +5,7 @@ version: "3"
|
||||
services:
|
||||
|
||||
platform:
|
||||
image: alfresco/alfresco-content-repository-community:${ACS_TAG}
|
||||
image: quay.io/alfresco/alfresco-governance-repository-enterprise:${ACS_TAG}
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: "
|
||||
-Dencryption.keystore.type=JCEKS
|
||||
@@ -41,6 +41,8 @@ services:
|
||||
depends_on:
|
||||
- postgres-acs
|
||||
- activemq
|
||||
volumes:
|
||||
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro"
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:${POSTGRES_TAG}
|
||||
|
Reference in New Issue
Block a user