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+.
# 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$ 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
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
This plugin is released under the MIT license. See the file LICENSE.