mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
About
Start Alfresco services and scale SOLR to multiple instances, behind a LB.
Steps
- a) Start Alfresco
docker-compose up -d
- b) Scale SOLR to 2 instances
docker-compose scale solr=2
it's possible at this time to restart
alfrescoservice if there are not results returned by LB
docker-compose restart alfresco