images storage with resize
docker build -t python-flask-storage .
docker run --name storage -v /home/data:/app/img -e DOMAIN="http://domain.com" -e ACCESSKEY="secretword" -d -p 80:80 python-flask-storage
/home/data - your local storage directory
- DOMAIN - your domain name
- ACCESSKEY - secret word to access to GET, UPLOAD, DELETE options