Skip to content

Flink/dokku-couchdb-multi-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(DEPRECATED) dokku-couchdb-multi-containers

DEPRECATED, USE OFFICIAL COUCHDB PLUGIN INSTEAD

dokku-couchdb-multi-containers is a plugin for dokku that provides a CouchDB container per application. It is inspired by the Redis plugin from Michael Yoo.

This version is compatible with dokku 0.3.17+ and 0.4+.

Installation

# dokku 0.3.x
$ git clone https://github.com/Flink/dokku-couchdb-multi-containers /var/lib/dokku/plugins/couchdb-mc
$ dokku plugins-install

# dokku 0.4+
$ dokku plugin:install https://github.com/Flink/dokku-couchdb-multi-containers.git

Commands

$ sudo dokku help
    couchdb:enable <app>     Enable CouchDB for an app for next build/deploy
    couchdb:destroy <app>    Destroy CouchDB container and volume of an app

Info

This plugin adds the following environment variables to your app automatically (they are available via dokku config):

  • COUCH_URL
  • COUCH_HOST
  • COUCH_PASS
  • COUCH_PORT
  • COUCH_USER

License

This plugin is released under the MIT license. See the file LICENSE.

About

(DEPRECATED) Plugin for dokku that provides a CouchDB container per application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages