mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Restore "search" as solr6 service name
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
|||||||
-Ddb.username=alfresco
|
-Ddb.username=alfresco
|
||||||
-Ddb.password=alfresco
|
-Ddb.password=alfresco
|
||||||
-Ddb.url=jdbc:postgresql://postgres:5432/alfresco
|
-Ddb.url=jdbc:postgresql://postgres:5432/alfresco
|
||||||
-Dsolr.host=solr6
|
-Dsolr.host=search
|
||||||
-Dsolr.port=8983
|
-Dsolr.port=8983
|
||||||
-Dsolr.secureComms=none
|
-Dsolr.secureComms=none
|
||||||
-Dsolr.base.url=/solr
|
-Dsolr.base.url=/solr
|
||||||
@@ -58,7 +58,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|
||||||
solr6:
|
search:
|
||||||
# Also alfresco/alfresco-search-services:${SEARCH_TAG} can be used for external developers
|
# Also alfresco/alfresco-search-services:${SEARCH_TAG} can be used for external developers
|
||||||
image: quay.io/alfresco/search-services:${SEARCH_TAG}
|
image: quay.io/alfresco/search-services:${SEARCH_TAG}
|
||||||
mem_limit: 2500m
|
mem_limit: 2500m
|
||||||
@@ -67,7 +67,7 @@ services:
|
|||||||
SOLR_ALFRESCO_HOST: "alfresco"
|
SOLR_ALFRESCO_HOST: "alfresco"
|
||||||
SOLR_ALFRESCO_PORT: "8080"
|
SOLR_ALFRESCO_PORT: "8080"
|
||||||
#Alfresco needs to know how to call solr
|
#Alfresco needs to know how to call solr
|
||||||
SOLR_SOLR_HOST: "solr6"
|
SOLR_SOLR_HOST: "search"
|
||||||
SOLR_SOLR_PORT: "8983"
|
SOLR_SOLR_PORT: "8983"
|
||||||
#Create the default alfresco and archive cores
|
#Create the default alfresco and archive cores
|
||||||
SOLR_CREATE_ALFRESCO_DEFAULTS: "alfresco,archive"
|
SOLR_CREATE_ALFRESCO_DEFAULTS: "alfresco,archive"
|
||||||
|
Reference in New Issue
Block a user