SEARCH-9: Adding the alfresco solr host settings

This commit is contained in:
Gethin James
2016-06-15 17:04:02 +02:00
parent af34af4818
commit 56b140eb4a

View File

@@ -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