terinjokes / docker-npmjs

Docker image for a private npmjs repository
154 stars 26 forks source link

CouchApp database should exist outside the container #6

Open terinjokes opened 11 years ago

terinjokes commented 11 years ago

The CouchApp database that backs npmjs should exist outside the container, to allow for easy upgrades of the container without losing the entire database.

nathanleiby commented 10 years ago

@terinjokes thanks for sharing this great project. have you made any progress toward implementing this improvement?

terinjokes commented 10 years ago

I've started working on it, but running into issues around when the DB is available. Will probably just become a documentation thing.