Livegrep.com
Configuration and scripts for docker-compose based livegrep.com deployment, as well as general-purpose livegrep Docker images.
Install / Use
/learn @livegrep/Livegrep.comREADME
This directory contains docker configuration for livegrep.com
Directories
docker/-- docker imagesbase/-- Base Docker image all images inherit from.indexer/-- Indexer docker image (containsgitand some other dependencies).
compose/--docker-composeconfiguration.
Scripts
bin/buildbuilds docker images. It parses theVERSIONfile, which is of the formSHA1-REVISION, wheresha1is the 10-character sha1-prefix version of thelivegreprepository, andREVISIONis a version number of updates in this repository within a given release.bin/update-versionupdates theVERSIONfile and also the version configuration in the kubernetes configuration. It is most commonly run with-bto bump theREVISION, or--shato change theSHAfield. If run with no arguments, it synchronizeskubernetes/*.yamlwithVERSION.
