Simple Docker build based on ElasticHQ using Alpine Linux and NGINX.
With docker-compose it's a very simple process.
git clone
cd elastichq-docker
docker-compose up -d
That's it. You should have a running container providing ElasticHQ on port 80 of your container.
You will want to enable CORS on your elasticsearch node(s) to use this directly.
More information about that can be found in the official es documentation.
Read and understand the http.cors.enabled
and http.cors.allow-origin
options at a minimum.