Skip to content

toniher/docker-couchdb-lucene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-couchdb-lucene

Docker for CouchDB Lucene

Build parameters

ARG COUCHDB_LUCENE_VERSION=2.1.0

docker build -t toniher/couchdb-lucene .

Running the service

ENV COUCHDB_PORT 5984

ENV COUCHDB_SERVER couchdb

docker run --name indexer -d -P toniher/couchdb-lucene -v ./indexes:/opt/couchdb-lucene/indexes