mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-9: Clearer docker-compose file
This commit is contained in:
@@ -13,11 +13,12 @@ services:
|
||||
image: dockerreg.alfresco.com/alfresco-solr:master-latest
|
||||
command: [ "/opt/alfresco-solr/solr/bin/solr", "start", "-f", "-a", "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"]
|
||||
environment:
|
||||
#Alfresco needs to know how to call solr
|
||||
SOLR_PROXY_HOST: solr6
|
||||
SOLR_PROXY_BASEURL: solr
|
||||
SOLR_PROXY_PORT: 8983
|
||||
#Solr needs to know how to call Alfresco
|
||||
SOLR_ALFRESCO_HOST: repo
|
||||
# SOLR_ALFRESCO_PORT: 8080
|
||||
# "alfresco.baseUrl",
|
||||
SOLR_ALFRESCO_PORT: 8080
|
||||
ports:
|
||||
- "8083:8983"
|
||||
- "1044:1044"
|
||||
|
||||
Reference in New Issue
Block a user