couchdb-docker icon indicating copy to clipboard operation
couchdb-docker copied to clipboard

Semi-official Apache CouchDB Docker images

Results 25 couchdb-docker issues
Sort by recently updated
recently updated
newest added

prior art exists for the `buildx` command: https://github.com/apache/couchdb-docker/pull/263

## Overview Update the docs for some of the changes: * Not sure when `COUCHDB_CREATE_DATABASE` disappeared, but I can't find anything using it * Pretty sure `ERL_COOKIE` is a clouseau...

## Overview Adds the ability to load secret values from files. These environment variables follow the existing environment variable names except with a `_FILE` suffix. - `COUCHDB_ERLANG_COOKIE_FILE` - `COUCHDB_SECRET_FILE` -...

CouchDB requires root (privileged) access on Kubernetes, which should be avoided. ## Expected Behavior Deploying CouchDB with Helm without requiring privileged access ## Current Behavior If CouchDB is deployed via...