private python package repository w/ authentication
https://<domain>
python3 setup.py sdist bdist_wheel
twine upload --repository-url https://<domain>/<package_name>*
pip install --extra-index-url https://<domain> <package_name>
docker-compose up -d
cd /home/joe/pypi_image/data
htpasswd .htpasswd <user>