mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
SEARCH-2089 Update docker-compose generator to use -Dsolr.baseUrl.
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
|||||||
-Dsolr.host=<%=searchSolrHost%>
|
-Dsolr.host=<%=searchSolrHost%>
|
||||||
-Dsolr.port.ssl=8983
|
-Dsolr.port.ssl=8983
|
||||||
-Dsolr.secureComms=<%=secureComms%>
|
-Dsolr.secureComms=<%=secureComms%>
|
||||||
-Dsolr.base.url=/solr
|
-Dsolr.baseUrl=/solr
|
||||||
-Dindex.subsystem.name=solr6
|
-Dindex.subsystem.name=solr6
|
||||||
-Dshare.host=localhost
|
-Dshare.host=localhost
|
||||||
-Dalfresco.port=8080
|
-Dalfresco.port=8080
|
||||||
|
@@ -22,7 +22,7 @@ services:
|
|||||||
-Dsolr.host=<%=searchSolrHost%>
|
-Dsolr.host=<%=searchSolrHost%>
|
||||||
-Dsolr.port.ssl=8983
|
-Dsolr.port.ssl=8983
|
||||||
-Dsolr.secureComms=<%=secureComms%>
|
-Dsolr.secureComms=<%=secureComms%>
|
||||||
-Dsolr.base.url=/solr <% if (sharding == 'true') { %>
|
-Dsolr.baseUrl=/solr <% if (sharding == 'true') { %>
|
||||||
-Dsolr.useDynamicShardRegistration=true <% } %>
|
-Dsolr.useDynamicShardRegistration=true <% } %>
|
||||||
-Dindex.subsystem.name=solr6
|
-Dindex.subsystem.name=solr6
|
||||||
-Dalfresco-pdf-renderer.url=http://alfresco-pdf-renderer:8090/
|
-Dalfresco-pdf-renderer.url=http://alfresco-pdf-renderer:8090/
|
||||||
|
@@ -24,7 +24,7 @@ services:
|
|||||||
-Dsolr.host=<%=searchSolrHost%>
|
-Dsolr.host=<%=searchSolrHost%>
|
||||||
-Dsolr.port.ssl=8983
|
-Dsolr.port.ssl=8983
|
||||||
-Dsolr.secureComms=<%=secureComms%>
|
-Dsolr.secureComms=<%=secureComms%>
|
||||||
-Dsolr.base.url=/solr
|
-Dsolr.baseUrl=/solr
|
||||||
-Dindex.subsystem.name=solr6
|
-Dindex.subsystem.name=solr6
|
||||||
-Dshare.host=localhost
|
-Dshare.host=localhost
|
||||||
-Dalfresco.port=8080
|
-Dalfresco.port=8080
|
||||||
|
@@ -22,7 +22,7 @@ services:
|
|||||||
-Dsolr.host=<%=searchSolrHost%>
|
-Dsolr.host=<%=searchSolrHost%>
|
||||||
-Dsolr.port.ssl=8983
|
-Dsolr.port.ssl=8983
|
||||||
-Dsolr.secureComms=<%=secureComms%>
|
-Dsolr.secureComms=<%=secureComms%>
|
||||||
-Dsolr.base.url=/solr <% if (sharding == 'true') { %>
|
-Dsolr.baseUrl=/solr <% if (sharding == 'true') { %>
|
||||||
-Dsolr.useDynamicShardRegistration=true <% } %>
|
-Dsolr.useDynamicShardRegistration=true <% } %>
|
||||||
-Dindex.subsystem.name=solr6
|
-Dindex.subsystem.name=solr6
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user