Compare commits
129 Commits
propagate/
...
propagate/
Author | SHA1 | Date | |
---|---|---|---|
d75bdbc5c2 | |||
|
84feaff8e3 | ||
|
3b7770e16d | ||
|
f52aee275e | ||
|
c2c340f61e | ||
c9d1646933 | |||
|
26adfeee1c | ||
|
68d0eeab49 | ||
|
a50c3da468 | ||
|
f8638e7a26 | ||
|
4d584785ff | ||
|
96987b7ff1 | ||
|
b6f2befafb | ||
|
c11990900c | ||
|
e07cea5ffa | ||
|
29f4ca7c54 | ||
|
73fea3d13d | ||
|
910cc2e2cb | ||
|
f10722dec9 | ||
|
ec00d1a445 | ||
|
8b7ec4654e | ||
|
bf09b85448 | ||
39928d09fc | |||
9859e68fe8 | |||
4dccd7892f | |||
6e0c055222 | |||
|
c5f2448cf9 | ||
6471292c34 | |||
7114bb5de1 | |||
5ea48c405f | |||
|
806601c800 | ||
|
e9542dbc96 | ||
|
e222fc3fba | ||
|
eaa6f1025d | ||
3b5fc8c096 | |||
|
9dd046ad51 | ||
20b41bbcb1 | |||
89348916a5 | |||
a2619fac7b | |||
3a47c43a88 | |||
16aa444b19 | |||
deb6bf058c | |||
8a0ccc61a5 | |||
695e3b3dc0 | |||
2b7755222b | |||
237a8abd62 | |||
f28c16c4fe | |||
|
75afb1580b | ||
41858ebddb | |||
6aa7c2229d | |||
5788051f22 | |||
b534456065 | |||
f977291894 | |||
cc4ed62159 | |||
e8a8d088f4 | |||
c9075398cd | |||
128a289ac3 | |||
ac7e691100 | |||
15ccb5642b | |||
4349851dd9 | |||
de8920ba0b | |||
4f5a939b71 | |||
22b2583505 | |||
9b3ba22ca1 | |||
69531bde6d | |||
766b2ebfd0 | |||
76dc8c7ad9 | |||
b024fd8d7e | |||
8a36f91d06 | |||
3ef69c527b | |||
a56556b596 | |||
0a0cb15580 | |||
d3b41dcc46 | |||
37de03317b | |||
dc9fb0abfa | |||
68dc071342 | |||
78ec9c2a94 | |||
cafee75cdc | |||
9e2ce6b967 | |||
a0c6074358 | |||
4afdf95b44 | |||
b3001c56ff | |||
89ffe20aee | |||
d4f4b6217e | |||
b47583a716 | |||
f2ac689f85 | |||
2367651a7e | |||
b8b267d4c5 | |||
68fcb3cbef | |||
4381a2d350 | |||
573ab3d2cb | |||
c2795cd76c | |||
b1f3b14846 | |||
04f44ef280 | |||
4b9900a7fd | |||
56492a45c8 | |||
ce9b143fb5 | |||
ce899a9480 | |||
22d1220a14 | |||
eb11f51348 | |||
0b507962fa | |||
f73fdbb5ea | |||
8be9a0749a | |||
0bd09b8cbd | |||
ff5442c869 | |||
4cb5100065 | |||
f239550be7 | |||
3b631bcd87 | |||
e5824d17e1 | |||
5cd3530ef0 | |||
d6f1c99c79 | |||
6d35ffa551 | |||
6c739c5795 | |||
055119eeb5 | |||
75df5099e9 | |||
c084972d39 | |||
b9fb8971dd | |||
487a677f6f | |||
0608045c1b | |||
8296a96294 | |||
79ef1f5868 | |||
8c480402ed | |||
72f7960369 | |||
4f036e530b | |||
6858d201c2 | |||
00e0a17249 | |||
89626fcd1d | |||
bfa65c999e | |||
c1323a8171 |
@@ -5,7 +5,7 @@ version: "2"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
platform:
|
platform:
|
||||||
image: alfresco/alfresco-governance-repository-community:V3.4-latest
|
image: quay.io/alfresco/alfresco-governance-repository-enterprise:V3.4-latest
|
||||||
mem_limit: 1700m
|
mem_limit: 1700m
|
||||||
environment:
|
environment:
|
||||||
JAVA_OPTS: "
|
JAVA_OPTS: "
|
||||||
@@ -17,6 +17,9 @@ services:
|
|||||||
-Dsolr.host=search
|
-Dsolr.host=search
|
||||||
-Dsolr.port=8983
|
-Dsolr.port=8983
|
||||||
-Dsolr.secureComms=none
|
-Dsolr.secureComms=none
|
||||||
|
-Dshare.host=${PROXY_HOST}
|
||||||
|
-Dshare.port=${PROXY_PORT}
|
||||||
|
-Dshare.protocol=${PROXY_PROTOCOL}
|
||||||
-Dalfresco.host=${PROXY_HOST}
|
-Dalfresco.host=${PROXY_HOST}
|
||||||
-Dalfresco.port=${PROXY_PORT}
|
-Dalfresco.port=${PROXY_PORT}
|
||||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||||
@@ -32,7 +35,18 @@ services:
|
|||||||
-Dcsrf.filter.enabled=false
|
-Dcsrf.filter.enabled=false
|
||||||
-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
|
-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
|
||||||
|
|
||||||
-Dtransform.service.enabled=false
|
-Dtransform.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
|
||||||
@@ -41,9 +55,52 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- postgres-acs
|
- postgres-acs
|
||||||
- activemq
|
- activemq
|
||||||
|
- shared-file-store
|
||||||
|
volumes:
|
||||||
|
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license: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:2.3.6
|
||||||
|
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
|
||||||
|
|
||||||
|
transform-core-aio:
|
||||||
|
image: alfresco/alfresco-transform-core-aio:2.3.6
|
||||||
|
|
||||||
|
share:
|
||||||
|
image: quay.io/alfresco/alfresco-governance-share-enterprise:V3.4-latest
|
||||||
|
mem_limit: 512m
|
||||||
|
environment:
|
||||||
|
REPO_HOST: "platform"
|
||||||
|
CSRF_FILTER_REFERER: "${PROXY_PROTOCOL}://${PROXY_HOST}(:${PROXY_PORT})?/?.*"
|
||||||
|
CSRF_FILTER_ORIGIN: "${PROXY_PROTOCOL}://${PROXY_HOST}(:${PROXY_PORT})?"
|
||||||
|
JAVA_OPTS: "
|
||||||
|
-Dshare.host=${PROXY_HOST}
|
||||||
|
-Dshare.port=${PROXY_PORT}
|
||||||
|
-Dshare.protocol=${PROXY_PROTOCOL}
|
||||||
|
-Dalfresco.host=${PROXY_HOST}
|
||||||
|
-Dalfresco.port=${PROXY_PORT}
|
||||||
|
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||||
|
"
|
||||||
|
|
||||||
postgres-acs:
|
postgres-acs:
|
||||||
image: postgres:11.7
|
image: postgres:11.7
|
||||||
@@ -69,10 +126,114 @@ services:
|
|||||||
image: alfresco/alfresco-activemq:5.15.8
|
image: alfresco/alfresco-activemq:5.15.8
|
||||||
mem_limit: 256m
|
mem_limit: 256m
|
||||||
|
|
||||||
|
sync:
|
||||||
|
image: quay.io/alfresco/service-sync:3.3.3.1
|
||||||
|
mem_limit: 512m
|
||||||
|
environment:
|
||||||
|
JAVA_OPTS : "
|
||||||
|
-Dsql.db.driver=org.postgresql.Driver
|
||||||
|
-Dsql.db.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
||||||
|
-Dsql.db.username=alfresco
|
||||||
|
-Dsql.db.password=alfresco
|
||||||
|
-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"
|
||||||
|
|
||||||
|
activiti-app:
|
||||||
|
image: alfresco/process-services:1.11.1.1
|
||||||
|
mem_limit: 512m
|
||||||
|
environment:
|
||||||
|
ACTIVITI_DATASOURCE_USERNAME: alfresco
|
||||||
|
ACTIVITI_DATASOURCE_PASSWORD: alfresco
|
||||||
|
ACTIVITI_DATASOURCE_DRIVER: org.postgresql.Driver
|
||||||
|
ACTIVITI_HIBERNATE_DIALECT: org.hibernate.dialect.PostgreSQLDialect
|
||||||
|
ACTIVITI_DATASOURCE_URL: 'jdbc:postgresql://postgres-aps:5432/activiti?characterEncoding=UTF-8'
|
||||||
|
ACTIVITI_ES_SERVER_TYPE: rest
|
||||||
|
ACTIVITI_ES_REST_CLIENT_ADDRESS: search-aps
|
||||||
|
ACTIVITI_ES_REST_CLIENT_PORT: 9200
|
||||||
|
ACTIVITI_ES_REST_CLIENT_SCHEMA: http
|
||||||
|
JAVA_OPTS: "-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80"
|
||||||
|
depends_on:
|
||||||
|
- postgres-aps
|
||||||
|
volumes:
|
||||||
|
- "$ALFRESCO_LICENSE_DIR/aps:/root/.activiti/enterprise-license:ro"
|
||||||
|
|
||||||
|
activiti-admin:
|
||||||
|
image: alfresco/process-services-admin:1.11.1.1
|
||||||
|
mem_limit: 256m
|
||||||
|
environment:
|
||||||
|
ACTIVITI_ADMIN_DATASOURCE_USERNAME: alfresco
|
||||||
|
ACTIVITI_ADMIN_DATASOURCE_PASSWORD: alfresco
|
||||||
|
ACTIVITI_ADMIN_DATASOURCE_DRIVER: org.postgresql.Driver
|
||||||
|
ACTIVITI_ADMIN_HIBERNATE_DIALECT: org.hibernate.dialect.PostgreSQLDialect
|
||||||
|
ACTIVITI_ADMIN_DATASOURCE_URL: 'jdbc:postgresql://postgres-aps-admin:5432/activiti-admin?characterEncoding=UTF-8'
|
||||||
|
ACTIVITI_ADMIN_REST_APP_HOST: http://activiti-app
|
||||||
|
ACTIVITI_ADMIN_REST_APP_PORT: 8080
|
||||||
|
JAVA_OPTS: "-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80"
|
||||||
|
depends_on:
|
||||||
|
- postgres-aps-admin
|
||||||
|
- activiti-app
|
||||||
|
|
||||||
|
postgres-aps:
|
||||||
|
image: postgres:11.6
|
||||||
|
mem_limit: 256m
|
||||||
|
environment:
|
||||||
|
POSTGRES_DB: activiti
|
||||||
|
POSTGRES_USER: alfresco
|
||||||
|
POSTGRES_PASSWORD: alfresco
|
||||||
|
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||||
|
|
||||||
|
postgres-aps-admin:
|
||||||
|
image: postgres:11.6
|
||||||
|
mem_limit: 128m
|
||||||
|
environment:
|
||||||
|
POSTGRES_DB: activiti-admin
|
||||||
|
POSTGRES_USER: alfresco
|
||||||
|
POSTGRES_PASSWORD: alfresco
|
||||||
|
command: postgres -c max_connections=50 -c log_min_messages=LOG
|
||||||
|
|
||||||
|
search-aps:
|
||||||
|
image: elasticsearch:7.6.0
|
||||||
|
mem_limit: 512m
|
||||||
|
environment:
|
||||||
|
discovery.type: single-node
|
||||||
|
ES_JAVA_OPTS: "-Xms128m -Xmx256m"
|
||||||
|
ulimits:
|
||||||
|
memlock:
|
||||||
|
soft: -1
|
||||||
|
hard: -1
|
||||||
|
depends_on:
|
||||||
|
- activiti-app
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
image: local/nginx-ingress:acs
|
image: local/nginx-ingress:acs-sync-share-adw-aps
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
- platform
|
- platform
|
||||||
|
- sync
|
||||||
|
- share
|
||||||
|
- digital-workspace
|
||||||
|
- activiti-app
|
||||||
|
- activiti-admin
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
shared-file-store-volume:
|
||||||
|
driver_opts:
|
||||||
|
type: tmpfs
|
||||||
|
device: tmpfs
|
||||||
|
@@ -4,6 +4,26 @@ 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
|
||||||
|
sed -i s%http:\/\/share:8080%"$ACS_SHARE_URL"%g /etc/nginx/nginx.conf
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ $ADW_URL ]]; then
|
||||||
|
sed -i s%http:\/\/digital-workspace:8080%"$ADW_URL"%g /etc/nginx/nginx.conf
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ $APS_APP_URL ]]; then
|
||||||
|
sed -i s%http:\/\/activiti-app:8080%"$APS_APP_URL"%g /etc/nginx/nginx.conf
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ $APS_ADMIN_URL ]]; then
|
||||||
|
sed -i s%http:\/\/activiti-admin:8080%"$APS_ADMIN_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,5 +48,37 @@ 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 /activiti-app/ {
|
||||||
|
proxy_pass http://activiti-app:8080;
|
||||||
|
|
||||||
|
# If using external proxy / load balancer (for initial redirect if no trailing slash)
|
||||||
|
absolute_redirect off;
|
||||||
|
}
|
||||||
|
|
||||||
|
location /activiti-admin/ {
|
||||||
|
proxy_pass http://activiti-admin:8080;
|
||||||
|
|
||||||
|
# If using external proxy / load balancer (for initial redirect if no trailing slash)
|
||||||
|
absolute_redirect off;
|
||||||
|
}
|
||||||
|
|
||||||
|
location /share/ {
|
||||||
|
proxy_pass http://share:8080;
|
||||||
|
|
||||||
|
# If using external proxy / load balancer (for initial redirect if no trailing slash)
|
||||||
|
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