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

From docker-couchdb: klaemo/docker-couchdb#48 It’d be cool to have a build of 2.0 that includes the Cloudant Fulltext Search setup described in https://cloudant.com/blog/enable-full-text-search-in-apache-couchdb/ Note, this is not a request to make...

pr-welcome

Would be great to have an Alpine CouchDB Docker image. Alpine is usually the go-to for lightweight Docker images.

pr-welcome

I setup couchdb via rootless docker on Ubuntu 22.04, docker v25.0.3 with following compose ```yaml couchdb: image: couchdb:3.3.3 container_name: couchdb restart: unless-stopped ports: - "9564:5984" networks: - monitoring environment: -...

I have this docker compose file for starting up a CouchDB instance. This doesn't seem to work though. ``` version: "3.8" services: couchdb_dev: image: couchdb hostname: couchdb_dev ports: - "5984:5984"...

Adding strict status check and at least one approval is needed.

## Expected Behavior If I pull a tag, or use a specific tag in my deployments, I should get the same image, regardless of when I pull it. ## Current...

## Expected Behavior I am trying to set up a single node instance of **couchdb:2** using docker-compose. I understand from reading the README the limitation that the `_users`, `_replicator` and...

`CouchDB-2.3.0` docker image doesn't work as expected with `containerd-1.6.6` ## Expected Behavior Port 5984 should start listening. ## Current Behavior Once image is deployed, port `5984` is not listening. More...

until the .deb is available on jFrog, get it from here and place it next to the Dockerfile https://clients.neighbourhood.ie/couchdb/couchdb-nouveau_3.3.3-022ffd1~debian-bookworm_amd64.deb TODO: - [x] re-integtrate tini - [x] allow nouveau.yaml overrides -...

## Expected Behavior I'd like an option to pass secret values as files when appending `_FILE` after the current environment variable used for the value. This behavior is consistent with...