Compare commits
10 Commits
acs-search
...
ags
Author | SHA1 | Date | |
---|---|---|---|
ea0ee4bb36 | |||
31a89f370d | |||
8a53f02159 | |||
18889ab89d | |||
da93d4ea48 | |||
01a5d97ed7 | |||
|
6e09a9c0c9 | ||
0999563353 | |||
295b0711b0 | |||
bc6a8539f3 |
1
.env
1
.env
@@ -8,4 +8,3 @@ 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
|
|
||||||
|
@@ -5,7 +5,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
image: alfresco/alfresco-content-repository-community:${ACS_TAG}
|
image: alfresco/alfresco-governance-repository-community:${ACS_TAG}
|
||||||
environment:
|
environment:
|
||||||
JAVA_TOOL_OPTIONS: "
|
JAVA_TOOL_OPTIONS: "
|
||||||
-Dencryption.keystore.type=JCEKS
|
-Dencryption.keystore.type=JCEKS
|
||||||
@@ -23,10 +23,7 @@ services:
|
|||||||
-Ddb.username=alfresco
|
-Ddb.username=alfresco
|
||||||
-Ddb.password=alfresco
|
-Ddb.password=alfresco
|
||||||
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
||||||
-Dindex.subsystem.name=solr6
|
-Dindex.subsystem.name=noindex
|
||||||
-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}
|
||||||
@@ -53,19 +50,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
|
||||||
|
|
||||||
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"
|
|
||||||
|
|
||||||
activemq:
|
activemq:
|
||||||
image: alfresco/alfresco-activemq:${AAMQ_TAG}
|
image: alfresco/alfresco-activemq:${AAMQ_TAG}
|
||||||
|
Reference in New Issue
Block a user