Compare commits
84 Commits
ext-jscons
...
acs-search
Author | SHA1 | Date | |
---|---|---|---|
1619c075c0 | |||
bae1c47984 | |||
df452d73a0 | |||
25e26949d0 | |||
59c87eb302 | |||
7ef9d4f186 | |||
2eab63c2a8 | |||
8c875fe850 | |||
81ca2ed038 | |||
51b777c0c5 | |||
f7c664e7f4 | |||
ef221d9c7a | |||
4748d0e7b6 | |||
299d2fe04d | |||
d556040909 | |||
64f85da579 | |||
8a7d6d2016 | |||
9899d03da9 | |||
5b4069427e | |||
7511eba729 | |||
173de2375e | |||
481e1bb38d | |||
979924957c | |||
2a4b61053d | |||
b8016f4ac7 | |||
|
2c82f844b1 | ||
|
b805fbbd1a | ||
|
99d39fa7f7 | ||
|
1778fd04a4 | ||
|
d616b9ef3a | ||
|
a72d43a6af | ||
|
b7c883068a | ||
2878298644 | |||
11bb8c62ed | |||
6a8b1e2628 | |||
932159b238 | |||
962817ba63 | |||
135739da10 | |||
d70efc6943 | |||
83db2b08dc | |||
a3cb815dd1 | |||
fc9c26eac5 | |||
720346e9d7 | |||
68e0652872 | |||
2715b3afea | |||
b81db4fc0f | |||
55b70f1a36 | |||
253b7fd3f2 | |||
c377995a1d | |||
e223fd99a3 | |||
9f75b4439d | |||
5beadf9f35 | |||
3ac57ce7d1 | |||
f94f3e82e8 | |||
cb5d306478 | |||
abaa41345a | |||
520e211c11 | |||
1635445cba | |||
6ec4a797ca | |||
0ed77985f0 | |||
fad6fe1c2a | |||
2789af0bd7 | |||
91da0dedb6 | |||
8d3c4987f0 | |||
1d0aa0c91e | |||
7a005d16d7 | |||
60b5a8989b | |||
b762ba0ce1 | |||
c22af67a06 | |||
a7cacf8edc | |||
43d5686407 | |||
e29e80b650 | |||
fbf7ca3678 | |||
69974eaeea | |||
82d6fd5c8a | |||
90e935a49e | |||
6e32209824 | |||
63d1ee7ef9 | |||
a081d5b5c8 | |||
8a5004ed74 | |||
d0a62bfd24 | |||
7cedfa4fa2 | |||
723f3ec954 | |||
dcb88c42ea |
1
.env
1
.env
@@ -8,3 +8,4 @@ PROXY_PORT=8080
|
|||||||
ACS_TAG=7.4.1.1
|
ACS_TAG=7.4.1.1
|
||||||
AAMQ_TAG=latest
|
AAMQ_TAG=latest
|
||||||
POSTGRES_TAG=13
|
POSTGRES_TAG=13
|
||||||
|
ASIE_TAG=2.0.8.2
|
||||||
|
@@ -15,24 +15,71 @@ services:
|
|||||||
-Dmetadata-keystore.password=mp6yc0UD9e
|
-Dmetadata-keystore.password=mp6yc0UD9e
|
||||||
-Dmetadata-keystore.aliases=metadata
|
-Dmetadata-keystore.aliases=metadata
|
||||||
-Dmetadata-keystore.metadata.password=oKIWzVdEdA
|
-Dmetadata-keystore.metadata.password=oKIWzVdEdA
|
||||||
-Dmetadata-keystore.metadata.algorithm=DESede"
|
-Dmetadata-keystore.metadata.algorithm=DESede
|
||||||
|
"
|
||||||
JAVA_OPTS: "
|
JAVA_OPTS: "
|
||||||
|
-Xms512m -Xmx1g
|
||||||
-Ddb.driver=org.postgresql.Driver
|
-Ddb.driver=org.postgresql.Driver
|
||||||
|
-Ddb.username=alfresco
|
||||||
|
-Ddb.password=alfresco
|
||||||
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
||||||
|
-Dindex.subsystem.name=solr6
|
||||||
|
-Dsolr.host=search
|
||||||
|
-Dsolr.secureComms=secret
|
||||||
|
-Dsolr.sharedSecret=alfresco-secret
|
||||||
-Dalfresco.host=${PROXY_HOST}
|
-Dalfresco.host=${PROXY_HOST}
|
||||||
-Dalfresco.port=${PROXY_PORT}
|
-Dalfresco.port=${PROXY_PORT}
|
||||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||||
|
-Daos.baseUrlOverwrite=${PROXY_PROTOCOL}://${PROXY_HOST}:${PROXY_PORT}/alfresco/aos
|
||||||
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
|
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
|
||||||
|
-Ddeployment.method=DOCKER_COMPOSE
|
||||||
|
-Dcsrf.filter.enabled=false
|
||||||
|
-Dcors.enabled=false
|
||||||
|
-Dtransform.service.enabled=false
|
||||||
|
-Dlocal.transform.service.enabled=false
|
||||||
|
-Dsystem.content.eagerOrphanCleanup=true
|
||||||
|
-Dsystem.content.orphanProtectDays=0
|
||||||
|
-Djodconverter.enabled=false
|
||||||
"
|
"
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres-acs
|
- postgres-acs
|
||||||
- activemq
|
- activemq
|
||||||
|
volumes:
|
||||||
|
- acsbin-volume:/usr/local/tomcat/alf_data:rw
|
||||||
|
|
||||||
postgres-acs:
|
postgres-acs:
|
||||||
image: postgres:${POSTGRES_TAG}
|
image: postgres:${POSTGRES_TAG}
|
||||||
|
environment:
|
||||||
|
POSTGRES_PASSWORD: alfresco
|
||||||
|
POSTGRES_USER: alfresco
|
||||||
|
POSTGRES_DB: alfresco
|
||||||
|
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||||
|
volumes:
|
||||||
|
- acsdb-volume:/var/lib/postgresql/data:rw
|
||||||
|
|
||||||
|
search:
|
||||||
|
image: alfresco/alfresco-search-services:${ASIE_TAG}
|
||||||
|
environment:
|
||||||
|
SOLR_ALFRESCO_HOST: platform
|
||||||
|
SOLR_SOLR_HOST: search
|
||||||
|
SOLR_CREATE_ALFRESCO_DEFAULTS: alfresco,archive
|
||||||
|
ALFRESCO_SECURE_COMMS: secret
|
||||||
|
JAVA_TOOL_OPTIONS: "
|
||||||
|
-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:${AAMQ_TAG}
|
image: alfresco/alfresco-activemq:${AAMQ_TAG}
|
||||||
|
environment:
|
||||||
|
ACTIVEMQ_OPTS_MEMORY: -Xms64m -Xmx256m
|
||||||
|
ACTIVEMQ_ADMIN_LOGIN: alfresco
|
||||||
|
ACTIVEMQ_ADMIN_PASSWORD: alfresco
|
||||||
|
volumes:
|
||||||
|
- activemq-volume:/opt/activemq/data:rw
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
@@ -41,3 +88,13 @@ services:
|
|||||||
- 8080:8080
|
- 8080:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
- platform
|
- platform
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
acsbin-volume:
|
||||||
|
driver: local
|
||||||
|
acsdb-volume:
|
||||||
|
driver: local
|
||||||
|
activemq-volume:
|
||||||
|
driver: local
|
||||||
|
solrindex-volume:
|
||||||
|
driver: local
|
||||||
|
Reference in New Issue
Block a user