Compare commits
83 Commits
ags-backen
...
acs-fronte
Author | SHA1 | Date | |
---|---|---|---|
5843c64876 | |||
f81076d26d | |||
2aa2cf6f64 | |||
0b18c583da | |||
40dd43068d | |||
231f11ea05 | |||
51e5b376c1 | |||
37ec00fd9d | |||
3a967c28d6 | |||
df81075066 | |||
890f8ac11a | |||
c3880ac43d | |||
a1bd61bdde | |||
23b3057329 | |||
b009fa9219 | |||
117982a0ac | |||
450fb7c769 | |||
db0da17798 | |||
693aa9e4bf | |||
7fd04f30f3 | |||
226a2d05e2 | |||
7113aa012f | |||
d4426fe373 | |||
fcd1262721 | |||
d7de714eeb | |||
c614f75948 | |||
4b9d5b2d89 | |||
8c7e433358 | |||
f90a541ec2 | |||
|
f52aee275e | ||
|
c2c340f61e | ||
c9d1646933 | |||
|
26adfeee1c | ||
|
68d0eeab49 | ||
|
ec00d1a445 | ||
|
bf09b85448 | ||
6471292c34 | |||
7114bb5de1 | |||
5ea48c405f | |||
|
e222fc3fba | ||
41858ebddb | |||
5788051f22 | |||
b534456065 | |||
de8920ba0b | |||
69531bde6d | |||
766b2ebfd0 | |||
3ef69c527b | |||
0a0cb15580 | |||
9e2ce6b967 | |||
a0c6074358 | |||
4afdf95b44 | |||
b3001c56ff | |||
89ffe20aee | |||
d4f4b6217e | |||
f2ac689f85 | |||
2367651a7e | |||
b8b267d4c5 | |||
68fcb3cbef | |||
4381a2d350 | |||
573ab3d2cb | |||
c2795cd76c | |||
4b9900a7fd | |||
56492a45c8 | |||
ce899a9480 | |||
22d1220a14 | |||
eb11f51348 | |||
8be9a0749a | |||
0bd09b8cbd | |||
ff5442c869 | |||
4cb5100065 | |||
f239550be7 | |||
e5824d17e1 | |||
5cd3530ef0 | |||
055119eeb5 | |||
75df5099e9 | |||
c084972d39 | |||
b9fb8971dd | |||
8296a96294 | |||
72f7960369 | |||
4f036e530b | |||
00e0a17249 | |||
89626fcd1d | |||
bfa65c999e |
2
.env
2
.env
@@ -12,4 +12,6 @@ ASFS_TAG=3.0.0
|
|||||||
AAMQ_TAG=latest
|
AAMQ_TAG=latest
|
||||||
POSTGRES_TAG=13
|
POSTGRES_TAG=13
|
||||||
ASIE_TAG=2.0.8.2
|
ASIE_TAG=2.0.8.2
|
||||||
|
ACS_SHARE_TAG=7.4.1.2
|
||||||
ALF_SYNC_SERV_TAG=3.9.0
|
ALF_SYNC_SERV_TAG=3.9.0
|
||||||
|
ADW_TAG=4.1.0
|
||||||
|
@@ -5,7 +5,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
image: quay.io/alfresco/alfresco-governance-repository-enterprise:${ACS_TAG}
|
image: quay.io/alfresco/alfresco-content-repository:${ACS_TAG}
|
||||||
environment:
|
environment:
|
||||||
JAVA_TOOL_OPTIONS: "
|
JAVA_TOOL_OPTIONS: "
|
||||||
-Dencryption.keystore.type=JCEKS
|
-Dencryption.keystore.type=JCEKS
|
||||||
@@ -27,6 +27,9 @@ services:
|
|||||||
-Dsolr.host=search
|
-Dsolr.host=search
|
||||||
-Dsolr.secureComms=secret
|
-Dsolr.secureComms=secret
|
||||||
-Dsolr.sharedSecret=alfresco-secret
|
-Dsolr.sharedSecret=alfresco-secret
|
||||||
|
-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}
|
||||||
@@ -55,7 +58,6 @@ services:
|
|||||||
- shared-file-store
|
- shared-file-store
|
||||||
volumes:
|
volumes:
|
||||||
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro"
|
- "$ALFRESCO_LICENSE_DIR/acs:/usr/local/tomcat/shared/classes/alfresco/extension/license:ro"
|
||||||
- acsbin-volume:/usr/local/tomcat/alf_data:rw
|
|
||||||
|
|
||||||
transform-router:
|
transform-router:
|
||||||
image: quay.io/alfresco/alfresco-transform-router:${ATR_TAG}
|
image: quay.io/alfresco/alfresco-transform-router:${ATR_TAG}
|
||||||
@@ -81,6 +83,21 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- shared-file-store-volume:/tmp/Alfresco/sfs
|
- shared-file-store-volume:/tmp/Alfresco/sfs
|
||||||
|
|
||||||
|
share:
|
||||||
|
image: alfresco/alfresco-share:${ACS_SHARE_TAG}
|
||||||
|
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:${POSTGRES_TAG}
|
image: postgres:${POSTGRES_TAG}
|
||||||
environment:
|
environment:
|
||||||
@@ -88,8 +105,6 @@ services:
|
|||||||
POSTGRES_USER: alfresco
|
POSTGRES_USER: alfresco
|
||||||
POSTGRES_DB: alfresco
|
POSTGRES_DB: alfresco
|
||||||
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||||
volumes:
|
|
||||||
- acsdb-volume:/var/lib/postgresql/data:rw
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
image: alfresco/alfresco-search-services:${ASIE_TAG}
|
image: alfresco/alfresco-search-services:${ASIE_TAG}
|
||||||
@@ -103,8 +118,6 @@ services:
|
|||||||
"
|
"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "curl -fsS http://localhost:8983/solr"
|
test: "curl -fsS http://localhost:8983/solr"
|
||||||
volumes:
|
|
||||||
- solrindex-volume:/opt/alfresco-search-services/data:rw
|
|
||||||
|
|
||||||
activemq:
|
activemq:
|
||||||
image: alfresco/alfresco-activemq:${AAMQ_TAG}
|
image: alfresco/alfresco-activemq:${AAMQ_TAG}
|
||||||
@@ -112,8 +125,6 @@ services:
|
|||||||
ACTIVEMQ_OPTS_MEMORY: -Xms64m -Xmx256m
|
ACTIVEMQ_OPTS_MEMORY: -Xms64m -Xmx256m
|
||||||
ACTIVEMQ_ADMIN_LOGIN: alfresco
|
ACTIVEMQ_ADMIN_LOGIN: alfresco
|
||||||
ACTIVEMQ_ADMIN_PASSWORD: alfresco
|
ACTIVEMQ_ADMIN_PASSWORD: alfresco
|
||||||
volumes:
|
|
||||||
- activemq-volume:/opt/activemq/data:rw
|
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
image: quay.io/alfresco/service-sync:${ALF_SYNC_SERV_TAG}
|
image: quay.io/alfresco/service-sync:${ALF_SYNC_SERV_TAG}
|
||||||
@@ -133,25 +144,26 @@ services:
|
|||||||
- postgres-acs
|
- postgres-acs
|
||||||
- activemq
|
- activemq
|
||||||
|
|
||||||
|
digital-workspace:
|
||||||
|
image: quay.io/alfresco/alfresco-digital-workspace:${ADW_TAG}
|
||||||
|
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
|
image: local/nginx-ingress:acs-sync-share-adw
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
- platform
|
- platform
|
||||||
- sync
|
- sync
|
||||||
|
- share
|
||||||
|
- digital-workspace
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
shared-file-store-volume:
|
shared-file-store-volume:
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: tmpfs
|
type: tmpfs
|
||||||
device: tmpfs
|
device: tmpfs
|
||||||
acsbin-volume:
|
|
||||||
driver: local
|
|
||||||
acsdb-volume:
|
|
||||||
driver: local
|
|
||||||
activemq-volume:
|
|
||||||
driver: local
|
|
||||||
solrindex-volume:
|
|
||||||
driver: local
|
|
||||||
|
@@ -8,6 +8,14 @@ if [[ $ACS_SYNC_URL ]]; then
|
|||||||
sed -i s%http:\/\/sync:9090%"$ACS_SYNC_URL"%g /etc/nginx/nginx.conf
|
sed -i s%http:\/\/sync:9090%"$ACS_SYNC_URL"%g /etc/nginx/nginx.conf
|
||||||
fi
|
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 [[ $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
|
||||||
|
@@ -52,5 +52,19 @@ http {
|
|||||||
location /sync/ {
|
location /sync/ {
|
||||||
proxy_pass http://sync:9090/alfresco/;
|
proxy_pass http://sync:9090/alfresco/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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