mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Updated the docker image references
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
repo:
|
||||
image: docker-internal.alfresco.com/platform:latest
|
||||
image: docker-internal.alfresco.com/platform:5.2.1-SNAPSHOT
|
||||
environment:
|
||||
JAVA_OPTS : "-Dsolr.secureComms=none -Dsolr.useDynamicShardRegistration=true -Dsearch.solrTrackingSupport.ignorePathsForSpecificTypes=true"
|
||||
ports:
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
environment:
|
||||
- "REPO_HOST=repo:8080"
|
||||
solr6:
|
||||
image: docker-internal.alfresco.com/search-services:1.0.b
|
||||
image: docker-internal.alfresco.com/search-services:1.1.0-SNAPSHOT
|
||||
command: [ "/opt/alfresco-search/solr/bin/solr", "start", "-f", "-p","8183", "-a",
|
||||
"-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"]
|
||||
expose:
|
||||
|
||||
Reference in New Issue
Block a user