Sign inSign up

wordtree/bom-iae-auth

By wordtree

Updated almost 11 years ago

The (python Flask) authentication module for the Book of Mormon: Internet-Annotated Edition (bom-iae)

Image
0

386

wordtree/bom-iae-auth repository overview

Create a data volume to store the sqlite db data (users table):

docker run -v /data --name db-data-volume ubuntu

Then run the auth container:

docker run -d -p 5000 --name auth \
       -e "[email protected]" \
       -e "MAIL_PASSWORD=<password>" \
       -e "CONSUMER_SECRET=<annotateit consumer secret>" \
       --volumes-from db-data-volume \
       wordtree/bom-iae-auth

Other optional environment variables include DEFAULT_MAIL_SENDER, CONSUMER_KEY, and DB_URI.

Tag summary

Content type

Image

Digest

sha256:365a2b033

Size

227.5 MB

Last updated

almost 11 years ago

docker pull wordtree/bom-iae-auth