Merge branch 'acs-base' into acs-ats-base
This commit is contained in:
commit
831f1cb4f0
2
.env
2
.env
@ -5,7 +5,9 @@ PROXY_PROTOCOL=http
|
||||
PROXY_HOST=localhost
|
||||
PROXY_PORT=8080
|
||||
|
||||
ACS_TAG=7.3.0
|
||||
ATR_TAG=2.0.0
|
||||
ATE_AIO_TAG=3.0.0
|
||||
ASFS_TAG=2.0.0
|
||||
AAMQ_TAG=5.17.1-jre17-centos7
|
||||
POSTGRES_TAG=13
|
||||
|
@ -4,8 +4,17 @@ version: "3"
|
||||
|
||||
services:
|
||||
platform:
|
||||
image: alfresco/alfresco-content-repository:latest
|
||||
image: alfresco/alfresco-content-repository-community:${ACS_TAG}
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: "
|
||||
-Dencryption.keystore.type=JCEKS
|
||||
-Dencryption.cipherAlgorithm=DESede/CBC/PKCS5Padding
|
||||
-Dencryption.keyAlgorithm=DESede
|
||||
-Dencryption.keystore.location=/usr/local/tomcat/shared/classes/alfresco/extension/keystore/keystore
|
||||
-Dmetadata-keystore.password=mp6yc0UD9e
|
||||
-Dmetadata-keystore.aliases=metadata
|
||||
-Dmetadata-keystore.metadata.password=oKIWzVdEdA
|
||||
-Dmetadata-keystore.metadata.algorithm=DESede"
|
||||
JAVA_OPTS: "
|
||||
-Ddb.driver=org.postgresql.Driver
|
||||
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
||||
@ -44,7 +53,7 @@ services:
|
||||
- shared-file-store-volume:/tmp/Alfresco/sfs
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:latest
|
||||
image: postgres:${POSTGRES_TAG}
|
||||
|
||||
activemq:
|
||||
image: alfresco/alfresco-activemq:${AAMQ_TAG}
|
||||
|
Loading…
x
Reference in New Issue
Block a user