From 56b140eb4a84db355e0163a91d0ba4916db4f762 Mon Sep 17 00:00:00 2001 From: Gethin James Date: Wed, 15 Jun 2016 17:04:02 +0200 Subject: [PATCH] SEARCH-9: Adding the alfresco solr host settings --- search-services/packaging/docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/search-services/packaging/docker-compose.yml b/search-services/packaging/docker-compose.yml index 99533cf04..a2afb3b7c 100644 --- a/search-services/packaging/docker-compose.yml +++ b/search-services/packaging/docker-compose.yml @@ -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 \ No newline at end of file +#In the Index Server Shard Management Admin console the index server is: localhost:8083/solr