I got tired of hitting the CloudApp limit, and I suck at deploying PHP apps so I rewrote DewDrop's php server in Node.js
Get the clients here http://dewdrop.dangelov.com/ or if you're on Mac OS X, you can brew cask install dewdrop
Pull the image docker pull keyvanfatehi/dewdrop-server-node
Create and run the container
docker run -d --name dewdrop-server \
-e SERVER_NAME="http://foo.bar.baz" \
-e DEWDROP_USER="you" \
-e DEWDROP_PASS="secret" \
-v /where/to/store/data:/data \
-p 44444:3000 \
keyvanfatehi/dewdrop-server-node
note: dewdrop is unrelated to my other project, dew
