The (python Flask) authentication module for the Book of Mormon: Internet-Annotated Edition (bom-iae)
386
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.
Content type
Image
Digest
sha256:365a2b033…
Size
227.5 MB
Last updated
almost 11 years ago
docker pull wordtree/bom-iae-auth