Rocketchat + Chatpal = Easy and efficient digital business communication.
The standalone version of Chatpal allows you to run the server-backend on your own server - having all the data, requests and resources under your control.
If you are looking for a fast and easy-to-use solution, please check out chatpal.io.
To launch the backend just run
docker run -d --name chatpal-search -p 8983:8983 chatpal/search-standaloneand point the chatpal-search provider to the following url: http://YOUR-DOCKER-IP:8983/solr/chatpal
If you need to run Chatpal-Search in a Solr-Cloud environment, please have a look into
Running Chatpal in a dockerized Solr Cloud. It contains some
useful hints about the docker-compose.yaml in this repo.
Starting with v0.5, this image is based on a Solr-Version with the
mitigation-strategy
build in. If you are unable to update to this version, start the container with the following parameter
-e "SOLR_OPTS=-Dlog4j2.formatMsgNoLookups=true"
To build the Docker Image just run
docker build -t chatpal/search-standalone .Optional: push the image to dockerhub (after building):
docker push chatpal/search-standaloneYou can find the current version also on dockerhub.