Minor Fix
This release adds support for postgres, mysql to docker image: joshjamison/easyauth
Incremented min `pydbantic` version.
Docker Run Example
bash
docker run --name easyauth \
-e DB_TYPE=postgres \
-e DB_NAME=auth \
-e DB_USER=postgres \
-e DB_HOST=127.0.0.1 \
-e DB_PASSWORD=postgres_pw \
-e ISSUER=EasyAuth \
-e SUBJECT=EasyAuthAuth \
-e AUDIENCE=EasyAuthApis \
-e KEY_PATH=/mnt/easyauth \
-e KEY_NAME=test_key \
-v $(pwd)/easyauth-vol:/mnt/easyauth \
-p 8220:8220 \
-d joshjamison/easyauth:1.0.3