https://github.com/nknapp/skimdb-replicator
Docker-Image containing a couchdb replicating the npm-skimdb
https://github.com/nknapp/skimdb-replicator
Last synced: 3 months ago
JSON representation
Docker-Image containing a couchdb replicating the npm-skimdb
- Host: GitHub
- URL: https://github.com/nknapp/skimdb-replicator
- Owner: nknapp
- Created: 2016-10-23T19:41:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T21:41:39.000Z (over 8 years ago)
- Last Synced: 2025-03-25T18:55:40.894Z (3 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skimdb-replicator
Docker-Image containing a couchdb replicating the npm-skimdbThis image uses the [official couchdb image](https://hub.docker.com/_/couchdb/) to setup up a replication of
[npm's skimdb](https://skimdb.npmjs.com/registry).In order for the replication to work, the credentials of an admin-user must be provided
In "docker run", you can use "-e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password", which
will automically setup the admin credentials in couchdb.
If you setup the credentials elsewhere, you can provide them to the replicator using
"-e REPLICATION_LOGIN=admin -e REPLICATION_PASSWD=password"For volumes, exposed ports and other configuration examples, please refer to the [documentation of
the couchdb docker-image](https://hub.docker.com/_/couchdb/)*Note that skimdb is using couchdb 2.0 while this couchdb is still 1.6. Replication seems to work across
these versions.*# Related
* Commands to replicate skimdb: https://github.com/iros/local-npmjs-skimdb