Skip to content

MathWebSearch/tema-elasticsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tema-elasticsync

This repository provides a Dockerfile for configuring and maintaining an elasticsearch instance for use with TemaSearch. It can be found as the automated build mathwebsearch/tema-elasticsync on DockerHub.

The docker image:

  • expects a TemaSearch Index inside the /index/ volume
  • starts a single-node elasticsearch instance listening on port 9200, maintaining storing data in /usr/share/elasticsearch/data
  • syncronises the elasticsearch instance with the TemaSearch index on every container start

Use it e.g. as follows:

    docker run mathwebsearch/tema-elasticsync -p 9200:9200 -v /path/to/indicies:/index/ -v /usr/share/elasticsearch/data mathwebsearch/tema-elasticsync

About

An elastic search instance for use with Tema-Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published