Inactive Project: I've stopped using this project in favor of running fidelius on Heroku
Container to run fidelius, a web app that checks for password security.
docker pull dock0/fidelius
docker run -d -p 80:80 -e "REDIS_URL=redis://user:password@host:port/db" dock0/fidelius
Make sure that REDIS_URL is accessible for the container
I'd recommend using dock0/redis, but I'll admit to being a bit biased.
This repo is released under the MIT License. See the bundled LICENSE file for details.