Image Caching and Serving scenario with nginx + minio + memcached
note: replace image_filter with imgproxy in picture below
consider providing environment file:
cp .env.example .env
# fill .env variables
vi .env
install docker and compose plugin. then simply run:
sudo docker compose up -d --build
for more detailed description, read this article on virgool (farsi) پیاده سازی کش عکس توزیع شده با nginx و minio و memcached
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request