diff --git a/docker-compose.yml b/docker-compose.yml index e0c5b61..6cc0f44 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -121,8 +121,6 @@ services: - SOLR_SOLR_HOST=search - SOLR_SOLR_PORT=8983 - ALFRESCO_SECURE_COMMS=none - ports: - - 8983:8983 healthcheck: test: "curl -fsS http://localhost:8983/solr" @@ -130,8 +128,7 @@ services: image: cfmanteiga/alpine-bash-curl-jq mem_limit: 64m command: [ "bash", "-c", " - curl -s http://search:8983/solr/admin/cores?action=newCore\\&core=alfresco\\&storeRef=workspace://SpacesStore\\&numShards=2\\&nodeInstance=1\\&numNodes=1\\&template=rerank\\&shardIds=1,2 && - curl -s http://search:8983/solr/admin/cores?action=rename\\&core=alfresco-1\\&other=alfresco + curl -s http://search:8983/solr/admin/cores?action=newCore\\&core=alfresco\\&storeRef=workspace://SpacesStore\\&numShards=2\\&nodeInstance=1\\&numNodes=1\\&template=rerank\\&shardIds=0,1 "] depends_on: search: