mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Updated the docker-compose file
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
version: '2'
|
||||
services:
|
||||
repo:
|
||||
image: docker-internal.alfresco.com/platform:latest
|
||||
environment:
|
||||
JAVA_OPTS : "-Dsolr.host=solr6 -Dsolr.port=8983 -Dsolr.secureComms=none
|
||||
-Dsolr.base.url=/solr -Dindex.subsystem.name=solr6"
|
||||
ports:
|
||||
- "7203:7203" #JMX connect via service:jmx:rmi:///jndi/rmi://localhost:7203/jmxrmi
|
||||
- "5005:5005" #Java debugging
|
||||
- "8082:8080" #Browser port
|
||||
share:
|
||||
image: docker-internal.alfresco.com/share:5.2.d
|
||||
ports:
|
||||
- "8081:8080"
|
||||
environment:
|
||||
- "REPO_HOST=repo:8080"
|
||||
solr6:
|
||||
image: docker-internal.alfresco.com/search-services:1.0.b
|
||||
environment:
|
||||
#Solr needs to know how to register itself with Alfresco
|
||||
SOLR_ALFRESCO_HOST: repo
|
||||
SOLR_ALFRESCO_PORT: 8080
|
||||
#Alfresco needs to know how to call solr
|
||||
SOLR_SOLR_HOST: solr6
|
||||
SOLR_SOLR_PORT: 8983
|
||||
|
||||
#Create the default alfresco and archive cores
|
||||
SOLR_CREATE_ALFRESCO_DEFAULTS : alfresco,archive
|
||||
ports:
|
||||
- "8083:8983" #Browser port
|
||||
@@ -9,14 +9,14 @@ services:
|
||||
- "5005:5005" #Java debugging
|
||||
- "8082:8080" #Browser port
|
||||
share:
|
||||
image: docker-internal.alfresco.com/share:5.2.1-demo
|
||||
image: docker-internal.alfresco.com/share:5.2.d
|
||||
ports:
|
||||
- "8081:8080"
|
||||
environment:
|
||||
- "REPO_HOST=repo:8080"
|
||||
solr6:
|
||||
image: docker-internal.alfresco.com/search-services:develop-latest
|
||||
command: [ "/opt/alfresco-solr/solr/bin/solr", "start", "-f", "-p","8183", "-a",
|
||||
image: docker-internal.alfresco.com/search-services:1.0.b
|
||||
command: [ "/opt/alfresco-search/solr/bin/solr", "start", "-f", "-p","8183", "-a",
|
||||
"-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"]
|
||||
expose:
|
||||
- "8183"
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
SOLR_SOLR_HOST: solr6
|
||||
#SOLR_SOLR_PORT: 8983
|
||||
#Create the default alfresco and archive cores
|
||||
SOLR_CREATE_ALFRESCO_DEFAULTS : alfresco,archive,version
|
||||
SOLR_CREATE_ALFRESCO_DEFAULTS : alfresco,archive
|
||||
ports:
|
||||
- "8083:8183" #Browser port
|
||||
- "1044:1044" #Java debugging
|
||||
|
||||
Reference in New Issue
Block a user