Skip to content

spiroid/cozy-couchdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@Deprecated

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.

Cozy couchdb

Couchdb image for the cozy cloud stack

Pull the image

$ docker pull spiroid/cozy-couchdb

Build it yourself

$ git clone [email protected]:spiroid/cozy-couchdb.git
$ cd cozy-couchdb
$ doker build -t spiroid/cozy-couchdb .

Run:

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

Related images

This configuration image was created to work with the following images:

Inspirations

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published