mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
SEARCH-9: Adding the alfresco solr host settings
This commit is contained in:
@@ -3,7 +3,8 @@ services:
|
|||||||
repo:
|
repo:
|
||||||
image: dockerreg.alfresco.com/platform-only:latest
|
image: dockerreg.alfresco.com/platform-only:latest
|
||||||
environment:
|
environment:
|
||||||
JAVA_OPTS : "-Ddb.url=jdbc:postgresql://database/alfresco -Dsolr.secureComms=none -Dsolr.useDynamicShardRegistration=true"
|
JAVA_OPTS : "-Ddb.url=jdbc:postgresql://database/alfresco -Dsolr.secureComms=none \
|
||||||
|
-Dsolr.useDynamicShardRegistration=true -Dsolr.host=solr6 -Dsolr.port=8983 -Dsolr.baseUrl=/solr"
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
ports:
|
ports:
|
||||||
@@ -30,4 +31,4 @@ services:
|
|||||||
POSTGRES_DB: alfresco
|
POSTGRES_DB: alfresco
|
||||||
|
|
||||||
|
|
||||||
#In the Index Server Shard Management Admin console the index server is: localhost:8083/solr
|
#In the Index Server Shard Management Admin console the index server is: localhost:8083/solr
|
||||||
|
Reference in New Issue
Block a user