mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
SEARCH-9: Adding the alfresco solr host settings
This commit is contained in:
@@ -3,7 +3,8 @@ services:
|
||||
repo:
|
||||
image: dockerreg.alfresco.com/platform-only:latest
|
||||
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:
|
||||
- database
|
||||
ports:
|
||||
@@ -30,4 +31,4 @@ services:
|
||||
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