Skip to content

iamdanthedev/docker-handy-couchdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTD HANDY COUCHDB 1.6.1 IMAGE

This a more convenient couchdb 1.6.1 image that accepts plenty of env vars which go directly into the couchdb config file

Supports the following ENV vars (=defaults):

COUCHDB_PORT=5984
COUCHDB_HOST=0.0.0.0
COUCHDB_USER=admin
COUCHDB_PASSWORD=admin
COUCHDB_ENABLE_CORS=false
COUCHDB_AUTH_HANDLERS=oauth_authentication_handler,cookie_authentication_handler,default_authentication_handler
COUCHDB_COUCHPERUSER=false
COUCHDB_REQUIRE_VALID_USER=false
COUCHDB_SECRET=secret
COUCHDB_PROXY_USE_SECRET=false
COUCHDB_CORS_ORIGINS=*
COUCHDB_CORS_CREDENTIALS=true
COUCHDB_CORS_METHODS=GET,PUT,POST,HEAD,DELETE
COUCHDB_CORS_HEADERS=accept,authorization,content-type,origin,referer,x-csrf-token

About

Handy CouchDB 1.6.1 image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages