docker-solr / docker-solr-examples

Examples for Docker-Solr
Apache License 2.0
61 stars 58 forks source link

Solr Cluster example without docker swarm? #10

Open aadrian opened 4 years ago

aadrian commented 4 years ago

Hi,

Please add an example on how to use docker-solr in cluster mode (on more than one machine), but without Docker Swarm (since in many installations Swarm is not an option :( )

Thanks in advance.

makuk66 commented 4 years ago

The only person who will just do that, in time for your needs, perfectly matching your OS and network environment, with the exact toolset you prefer, taking into account your level of experience... is probably you 😀

One approach could be taking the docker-compose example, splitting it up into per-host files, replace the network with network: host, and then adjusting the hostnames. But I haven't tried that, nor plan to.

You might also find some inspiration in solr-fabric but that's rather dated.

Good luck :-)