Compare commits
60 Commits
ags-fronte
...
propagate/
Author | SHA1 | Date | |
---|---|---|---|
|
24de207c37 | ||
|
f84b973c60 | ||
|
20ff424c6a | ||
|
5925d0dada | ||
|
38def362f6 | ||
|
f3d3293e9e | ||
|
07e0d14f42 | ||
|
94a2a3a259 | ||
|
2c82f844b1 | ||
|
b805fbbd1a | ||
|
dc3e42c872 | ||
|
b7c883068a | ||
b57a70a983 | |||
b59eae3b5f | |||
7afbf14209 | |||
79566e47de | |||
6c5f4493dc | |||
4f3da7361a | |||
53404852e1 | |||
75743d2391 | |||
6a8b1e2628 | |||
932159b238 | |||
dc3dd8ca74 | |||
ae7b02d6ea | |||
135739da10 | |||
f1a47aa620 | |||
3d06a59303 | |||
395cc67cc0 | |||
ccbe4de116 | |||
b0fc0970aa | |||
ab342d698a | |||
5c25ab9d3d | |||
02a2ec72c0 | |||
720346e9d7 | |||
68e0652872 | |||
b81db4fc0f | |||
82b58f638c | |||
5b65b4817e | |||
c377995a1d | |||
e223fd99a3 | |||
5beadf9f35 | |||
5a929f6317 | |||
f66e9aa1e8 | |||
cf7e16fdcc | |||
89eec1edec | |||
3db235a532 | |||
24337f3a13 | |||
04988e43dd | |||
f94f3e82e8 | |||
cb5d306478 | |||
abaa41345a | |||
2071957b17 | |||
f61ee9d7dc | |||
b01b78f842 | |||
f46dacad9d | |||
0488b3402d | |||
fad6fe1c2a | |||
2789af0bd7 | |||
91da0dedb6 | |||
8d3c4987f0 |
7
.env
7
.env
@@ -4,10 +4,3 @@ ALFRESCO_LICENSE_DIR=~/alfresco/license
|
|||||||
PROXY_PROTOCOL=http
|
PROXY_PROTOCOL=http
|
||||||
PROXY_HOST=localhost
|
PROXY_HOST=localhost
|
||||||
PROXY_PORT=8080
|
PROXY_PORT=8080
|
||||||
|
|
||||||
ACS_TAG=7.4.1.1
|
|
||||||
ATE_AIO_TAG=4.0.0
|
|
||||||
AAMQ_TAG=latest
|
|
||||||
POSTGRES_TAG=13
|
|
||||||
ASIE_TAG=2.0.8.2
|
|
||||||
ACS_SHARE_TAG=7.4.1.2
|
|
||||||
|
@@ -1,32 +1,22 @@
|
|||||||
# Originally sourced from https://github.com/Alfresco/acs-deployment/blob/4.0.3/docker-compose/docker-compose.yml
|
# Sourced from https://github.com/Alfresco/acs-deployment/blob/4.0.3/docker-compose/docker-compose.yml
|
||||||
#
|
#
|
||||||
version: "3"
|
# Using version 2 as 3 does not support resource constraint options (cpu_*, mem_* limits) for non swarm mode in Compose
|
||||||
|
version: "2"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
image: alfresco/alfresco-governance-repository-community:${ACS_TAG}
|
image: alfresco/alfresco-content-repository-community:6.2.0-ga
|
||||||
|
mem_limit: 1700m
|
||||||
environment:
|
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: "
|
JAVA_OPTS: "
|
||||||
-Xms512m -Xmx1g
|
-Ddb.driver=com.mysql.jdbc.Driver
|
||||||
-Ddb.driver=org.postgresql.Driver
|
|
||||||
-Ddb.username=alfresco
|
-Ddb.username=alfresco
|
||||||
-Ddb.password=alfresco
|
-Ddb.password=alfresco
|
||||||
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
-Ddb.url=jdbc:mysql://mysql-acs:3306/alfresco?useUnicode=yes\\&characterEncoding=UTF-8\\&useSSL=false
|
||||||
-Dindex.subsystem.name=solr6
|
-Dindex.subsystem.name=solr6
|
||||||
-Dsolr.host=search
|
-Dsolr.host=search
|
||||||
-Dsolr.secureComms=secret
|
-Dsolr.port=8983
|
||||||
-Dsolr.sharedSecret=alfresco-secret
|
-Dsolr.secureComms=none
|
||||||
-Dshare.host=${PROXY_HOST}
|
-Dshare.host=${PROXY_HOST}
|
||||||
-Dshare.port=${PROXY_PORT}
|
-Dshare.port=${PROXY_PORT}
|
||||||
-Dshare.protocol=${PROXY_PROTOCOL}
|
-Dshare.protocol=${PROXY_PROTOCOL}
|
||||||
@@ -43,22 +33,27 @@ services:
|
|||||||
-Dtika.url=http://transform-core-aio:8090/
|
-Dtika.url=http://transform-core-aio:8090/
|
||||||
-Dtransform.misc.url=http://transform-core-aio:8090/
|
-Dtransform.misc.url=http://transform-core-aio:8090/
|
||||||
-Dcsrf.filter.enabled=false
|
-Dcsrf.filter.enabled=false
|
||||||
-Dcors.enabled=false
|
-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
|
||||||
|
|
||||||
-Dtransform.service.enabled=false
|
-Dtransform.service.enabled=false
|
||||||
-Dlocal.transform.service.enabled=true
|
|
||||||
-Dsystem.content.eagerOrphanCleanup=true
|
-Dsystem.content.eagerOrphanCleanup=true
|
||||||
-Dsystem.content.orphanProtectDays=0
|
-Dsystem.content.orphanProtectDays=0
|
||||||
-Djodconverter.enabled=false
|
-Djodconverter.enabled=false
|
||||||
"
|
"
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres-acs
|
- mysql-acs
|
||||||
- activemq
|
- activemq
|
||||||
|
volumes:
|
||||||
|
- acsbin-volume:/usr/local/tomcat/alf_data:rw
|
||||||
|
- /usr/share/java/mysql.jar:/usr/local/tomcat/lib/mysql.jar:ro
|
||||||
|
|
||||||
transform-core-aio:
|
transform-core-aio:
|
||||||
image: alfresco/alfresco-transform-core-aio:${ATE_AIO_TAG}
|
image: alfresco/alfresco-transform-core-aio:2.3.6
|
||||||
|
|
||||||
share:
|
share:
|
||||||
image: alfresco/alfresco-governance-share-community:${ACS_SHARE_TAG}
|
image: alfresco/alfresco-share:6.2.2
|
||||||
|
mem_limit: 512m
|
||||||
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})?/?.*"
|
||||||
@@ -72,33 +67,35 @@ services:
|
|||||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||||
"
|
"
|
||||||
|
|
||||||
postgres-acs:
|
mysql-acs:
|
||||||
image: postgres:${POSTGRES_TAG}
|
image: mysql:5.7
|
||||||
|
mem_limit: 512m
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: alfresco
|
- MYSQL_RANDOM_ROOT_PASSWORD=true
|
||||||
POSTGRES_USER: alfresco
|
- MYSQL_PASSWORD=alfresco
|
||||||
POSTGRES_DB: alfresco
|
- MYSQL_USER=alfresco
|
||||||
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
- MYSQL_DATABASE=alfresco
|
||||||
|
volumes:
|
||||||
|
- acsdb-volume:/var/lib/mysql:rw
|
||||||
|
|
||||||
search:
|
search:
|
||||||
image: alfresco/alfresco-search-services:${ASIE_TAG}
|
image: alfresco/alfresco-search-services:2.0.1
|
||||||
|
mem_limit: 2g
|
||||||
environment:
|
environment:
|
||||||
SOLR_ALFRESCO_HOST: platform
|
- SOLR_ALFRESCO_HOST=platform
|
||||||
SOLR_SOLR_HOST: search
|
- SOLR_ALFRESCO_PORT=8080
|
||||||
SOLR_CREATE_ALFRESCO_DEFAULTS: alfresco,archive
|
- SOLR_SOLR_HOST=search
|
||||||
ALFRESCO_SECURE_COMMS: secret
|
- SOLR_SOLR_PORT=8983
|
||||||
JAVA_TOOL_OPTIONS: "
|
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
|
||||||
-Dalfresco.secureComms.secret=alfresco-secret
|
- ALFRESCO_SECURE_COMMS=none
|
||||||
"
|
volumes:
|
||||||
healthcheck:
|
- solrindex-volume:/opt/alfresco-search-services/data:rw
|
||||||
test: "curl -fsS http://localhost:8983/solr"
|
|
||||||
|
|
||||||
activemq:
|
activemq:
|
||||||
image: alfresco/alfresco-activemq:${AAMQ_TAG}
|
image: alfresco/alfresco-activemq:5.15.8
|
||||||
environment:
|
mem_limit: 256m
|
||||||
ACTIVEMQ_OPTS_MEMORY: -Xms64m -Xmx256m
|
volumes:
|
||||||
ACTIVEMQ_ADMIN_LOGIN: alfresco
|
- activemq-volume:/opt/activemq/data:rw
|
||||||
ACTIVEMQ_ADMIN_PASSWORD: alfresco
|
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
@@ -108,3 +105,14 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- platform
|
- platform
|
||||||
- share
|
- share
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
acsbin-volume:
|
||||||
|
driver: local
|
||||||
|
acsdb-volume:
|
||||||
|
driver: local
|
||||||
|
activemq-volume:
|
||||||
|
driver: local
|
||||||
|
solrindex-volume:
|
||||||
|
driver: local
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user