Compare commits
142 Commits
propagate/
...
acs-mysql-
Author | SHA1 | Date | |
---|---|---|---|
ee55800128 | |||
57e5ee1da5 | |||
9102440651 | |||
7a5ca07d5a | |||
1997847b0e | |||
2aa2cf6f64 | |||
9f059b6c13 | |||
0b18c583da | |||
40dd43068d | |||
231f11ea05 | |||
bae1c47984 | |||
df452d73a0 | |||
6a22cc261c | |||
7fec1a55ac | |||
291176c213 | |||
0de23d43b4 | |||
db5a245d9b | |||
df81075066 | |||
890f8ac11a | |||
2d292ade40 | |||
9af50009c1 | |||
664a47f49c | |||
020c4822fd | |||
105b34664a | |||
59c87eb302 | |||
8c875fe850 | |||
37e13d6252 | |||
415994f1f3 | |||
9a93ec369c | |||
81ca2ed038 | |||
51b777c0c5 | |||
23b3057329 | |||
b009fa9219 | |||
f7c664e7f4 | |||
ef221d9c7a | |||
57af0a20b1 | |||
76e4287aa1 | |||
241a3e47ea | |||
c2a9679ede | |||
87761bc77a | |||
1e63392f59 | |||
a24bf1b647 | |||
6d56f610a7 | |||
4748d0e7b6 | |||
299d2fe04d | |||
7fd04f30f3 | |||
226a2d05e2 | |||
c60e224a14 | |||
fc74faf57a | |||
da933f2aa7 | |||
10aa561c52 | |||
2dc64b23e4 | |||
e9186dec84 | |||
d556040909 | |||
64f85da579 | |||
8a7d6d2016 | |||
9899d03da9 | |||
5b4069427e | |||
fcd1262721 | |||
d7de714eeb | |||
7511eba729 | |||
173de2375e | |||
8e3301877a | |||
8b4e45c2e2 | |||
9e1a819e8b | |||
10e7f81163 | |||
481e1bb38d | |||
29f254a68e | |||
54754890d2 | |||
ce38fae8fb | |||
acf9038a0e | |||
ff441fc4d6 | |||
8c7e433358 | |||
e62b0838f2 | |||
3a2220d215 | |||
f0713c90dd | |||
c5171fdb51 | |||
0332838752 | |||
35e15a1735 | |||
979924957c | |||
2a4b61053d | |||
b8016f4ac7 | |||
|
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,3 +4,10 @@ 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,22 +1,32 @@
|
|||||||
# Sourced from https://github.com/Alfresco/acs-deployment/blob/4.0.3/docker-compose/docker-compose.yml
|
# Originally sourced from https://github.com/Alfresco/acs-deployment/blob/4.0.3/docker-compose/docker-compose.yml
|
||||||
#
|
#
|
||||||
# Using version 2 as 3 does not support resource constraint options (cpu_*, mem_* limits) for non swarm mode in Compose
|
version: "3"
|
||||||
version: "2"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
image: quay.io/alfresco/alfresco-governance-repository-enterprise:V3.4-latest
|
image: alfresco/alfresco-content-repository-community:${ACS_TAG}
|
||||||
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: "
|
||||||
-Ddb.driver=org.postgresql.Driver
|
-Xms512m -Xmx1g
|
||||||
|
-Ddb.driver=com.mysql.jdbc.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.port=8983
|
-Dsolr.secureComms=secret
|
||||||
-Dsolr.secureComms=none
|
-Dsolr.sharedSecret=alfresco-secret
|
||||||
-Dshare.host=${PROXY_HOST}
|
-Dshare.host=${PROXY_HOST}
|
||||||
-Dshare.port=${PROXY_PORT}
|
-Dshare.port=${PROXY_PORT}
|
||||||
-Dshare.protocol=${PROXY_PROTOCOL}
|
-Dshare.protocol=${PROXY_PROTOCOL}
|
||||||
@@ -33,59 +43,25 @@ 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
|
||||||
-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
|
-Dcors.enabled=false
|
||||||
|
-Dtransform.service.enabled=false
|
||||||
-Dtransform.service.enabled=true
|
-Dlocal.transform.service.enabled=true
|
||||||
-Dlocal.transform.service.enabled=false
|
|
||||||
|
|
||||||
-Dtransform.service.url=http://transform-router:8095
|
|
||||||
-Dsfs.url=http://shared-file-store:8099
|
|
||||||
-Dalfresco-pdf-renderer.url=http://transform-engine-aio:8090
|
|
||||||
-Djodconverter.url=http://transform-engine-aio:8090
|
|
||||||
-Dimg.url=http://transform-engine-aio:8090
|
|
||||||
-Dtika.url=http://transform-engine-aio:8090
|
|
||||||
-Dtransform.misc.url=http://transform-engine-aio:8090
|
|
||||||
|
|
||||||
-Ddsync.service.uris=${PROXY_PROTOCOL}://${PROXY_HOST}:${PROXY_PORT}/sync
|
|
||||||
|
|
||||||
-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
|
||||||
- shared-file-store
|
|
||||||
volumes:
|
volumes:
|
||||||
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro"
|
- acsbin-volume:/usr/local/tomcat/alf_data:rw
|
||||||
|
- /usr/share/java/mysql.jar:/usr/local/tomcat/lib/mysql.jar:ro
|
||||||
transform-router:
|
|
||||||
image: quay.io/alfresco/alfresco-transform-router:1.3.1
|
|
||||||
environment:
|
|
||||||
ACTIVEMQ_URL: "nio://activemq:61616"
|
|
||||||
CORE_AIO_URL : "http://transform-core-aio:8090"
|
|
||||||
FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"
|
|
||||||
depends_on:
|
|
||||||
- activemq
|
|
||||||
- shared-file-store
|
|
||||||
|
|
||||||
transform-core-aio:
|
transform-core-aio:
|
||||||
image: alfresco/alfresco-transform-core-aio:2.3.6
|
image: alfresco/alfresco-transform-core-aio:${ATE_AIO_TAG}
|
||||||
environment:
|
|
||||||
ACTIVEMQ_URL: "nio://activemq:61616"
|
|
||||||
FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"
|
|
||||||
depends_on:
|
|
||||||
- activemq
|
|
||||||
- shared-file-store
|
|
||||||
|
|
||||||
shared-file-store:
|
|
||||||
image: alfresco/alfresco-shared-file-store:0.10.0
|
|
||||||
volumes:
|
|
||||||
- shared-file-store-volume:/tmp/Alfresco/sfs
|
|
||||||
|
|
||||||
share:
|
share:
|
||||||
image: quay.io/alfresco/alfresco-governance-share-enterprise:V3.4-latest
|
image: alfresco/alfresco-share:${ACS_SHARE_TAG}
|
||||||
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})?/?.*"
|
||||||
@@ -99,70 +75,56 @@ services:
|
|||||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||||
"
|
"
|
||||||
|
|
||||||
postgres-acs:
|
mysql-acs:
|
||||||
image: postgres:11.7
|
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:2.0.1
|
image: alfresco/alfresco-search-services:${ASIE_TAG}
|
||||||
mem_limit: 2g
|
|
||||||
environment:
|
environment:
|
||||||
- SOLR_ALFRESCO_HOST=platform
|
SOLR_ALFRESCO_HOST: platform
|
||||||
- SOLR_ALFRESCO_PORT=8080
|
SOLR_SOLR_HOST: search
|
||||||
- SOLR_SOLR_HOST=search
|
SOLR_CREATE_ALFRESCO_DEFAULTS: alfresco,archive
|
||||||
- SOLR_SOLR_PORT=8983
|
ALFRESCO_SECURE_COMMS: secret
|
||||||
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
|
JAVA_TOOL_OPTIONS: "
|
||||||
- ALFRESCO_SECURE_COMMS=none
|
-Dalfresco.secureComms.secret=alfresco-secret
|
||||||
|
"
|
||||||
|
healthcheck:
|
||||||
|
test: "curl -fsS http://localhost:8983/solr"
|
||||||
|
volumes:
|
||||||
|
- solrindex-volume:/opt/alfresco-search-services/data:rw
|
||||||
|
|
||||||
activemq:
|
activemq:
|
||||||
image: alfresco/alfresco-activemq:5.15.8
|
image: alfresco/alfresco-activemq:${AAMQ_TAG}
|
||||||
mem_limit: 256m
|
|
||||||
|
|
||||||
sync:
|
|
||||||
image: quay.io/alfresco/service-sync:3.3.3.1
|
|
||||||
mem_limit: 512m
|
|
||||||
environment:
|
environment:
|
||||||
JAVA_OPTS : "
|
ACTIVEMQ_OPTS_MEMORY: -Xms64m -Xmx256m
|
||||||
-Dsql.db.driver=org.postgresql.Driver
|
ACTIVEMQ_ADMIN_LOGIN: alfresco
|
||||||
-Dsql.db.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
ACTIVEMQ_ADMIN_PASSWORD: alfresco
|
||||||
-Dsql.db.username=alfresco
|
volumes:
|
||||||
-Dsql.db.password=alfresco
|
- activemq-volume:/opt/activemq/data:rw
|
||||||
-Dmessaging.broker.host=activemq
|
|
||||||
-Drepo.hostname=platform
|
|
||||||
-Drepo.port=8080
|
|
||||||
-Ddw.server.applicationConnectors[0].type=http
|
|
||||||
-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
|
|
||||||
"
|
|
||||||
depends_on:
|
|
||||||
- postgres-acs
|
|
||||||
- activemq
|
|
||||||
|
|
||||||
digital-workspace:
|
|
||||||
image: quay.io/alfresco/alfresco-digital-workspace:2.0.0-adw
|
|
||||||
mem_limit: 128m
|
|
||||||
environment:
|
|
||||||
BASE_PATH: ./
|
|
||||||
APP_CONFIG_ECM_HOST: "${PROXY_PROTOCOL}://${PROXY_HOST}:${PROXY_PORT}"
|
|
||||||
APP_BASE_SHARE_URL: "${PROXY_PROTOCOL}://${PROXY_HOST}:${PROXY_PORT}/#/preview/s"
|
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
image: local/nginx-ingress:acs-sync-share-adw
|
image: local/nginx-ingress:acs-share
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
- platform
|
- platform
|
||||||
- sync
|
|
||||||
- share
|
- share
|
||||||
- digital-workspace
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
shared-file-store-volume:
|
acsbin-volume:
|
||||||
driver_opts:
|
driver: local
|
||||||
type: tmpfs
|
acsdb-volume:
|
||||||
device: tmpfs
|
driver: local
|
||||||
|
activemq-volume:
|
||||||
|
driver: local
|
||||||
|
solrindex-volume:
|
||||||
|
driver: local
|
||||||
|
|
||||||
|
@@ -4,18 +4,10 @@ if [[ $ACS_PLATFORM_URL ]]; then
|
|||||||
sed -i s%http:\/\/platform:8080%"$ACS_PLATFORM_URL"%g /etc/nginx/nginx.conf
|
sed -i s%http:\/\/platform:8080%"$ACS_PLATFORM_URL"%g /etc/nginx/nginx.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $ACS_SYNC_URL ]]; then
|
|
||||||
sed -i s%http:\/\/sync:9090%"$ACS_SYNC_URL"%g /etc/nginx/nginx.conf
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ $ACS_SHARE_URL ]]; then
|
if [[ $ACS_SHARE_URL ]]; then
|
||||||
sed -i s%http:\/\/share:8080%"$ACS_SHARE_URL"%g /etc/nginx/nginx.conf
|
sed -i s%http:\/\/share:8080%"$ACS_SHARE_URL"%g /etc/nginx/nginx.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $ADW_URL ]]; then
|
|
||||||
sed -i s%http:\/\/digital-workspace:8080%"$ADW_URL"%g /etc/nginx/nginx.conf
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ $ACCESS_LOG ]]; then
|
if [[ $ACCESS_LOG ]]; then
|
||||||
sed -i s%\#ENV_ACCESS_LOG%"access_log $ACCESS_LOG;"%g /etc/nginx/nginx.conf
|
sed -i s%\#ENV_ACCESS_LOG%"access_log $ACCESS_LOG;"%g /etc/nginx/nginx.conf
|
||||||
fi
|
fi
|
||||||
|
@@ -48,10 +48,6 @@ http {
|
|||||||
# If using external proxy / load balancer (for initial redirect if no trailing slash)
|
# If using external proxy / load balancer (for initial redirect if no trailing slash)
|
||||||
absolute_redirect off;
|
absolute_redirect off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /sync/ {
|
|
||||||
proxy_pass http://sync:9090/alfresco/;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /share/ {
|
location /share/ {
|
||||||
proxy_pass http://share:8080;
|
proxy_pass http://share:8080;
|
||||||
@@ -59,12 +55,5 @@ http {
|
|||||||
# If using external proxy / load balancer (for initial redirect if no trailing slash)
|
# If using external proxy / load balancer (for initial redirect if no trailing slash)
|
||||||
absolute_redirect off;
|
absolute_redirect off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /workspace/ {
|
|
||||||
proxy_pass http://digital-workspace:8080/;
|
|
||||||
|
|
||||||
# If using external proxy / load balancer (for initial redirect if no trailing slash)
|
|
||||||
absolute_redirect off;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user