Open aadrian opened 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 :-)
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.