This docker image is not maintained anymore, and shouldn't be used. Please have a look at that cozy repository that is based on a standard couchdb docker image instead.
Couchdb image for the cozy cloud stack
$ docker pull spiroid/cozy-couchdb
$ git clone [email protected]:spiroid/cozy-couchdb.git
$ cd cozy-couchdb
$ doker build -t spiroid/cozy-couchdb .
With docker-compose:
configuration:
image: spiroid/cozy-conf
couchdata:
image: spiroid/cozy-couchdb-data
couchdb:
image: spiroid/cozy-couchdb
volumes_from:
- couchdata
- configuration
volumes:
- $HOME/cozy-cloud/var/log/couchdb:/var/log/couchdb
replace $HOME by your actual home directory
This configuration image was created to work with the following images: