AppsProxyImgproxy

Imgproxy

Fast and secure standalone server for resizing and converting remote images. It works great when you need to resize multiple images on the fly without preparing a ton of cached resized images or re-doing it every time the design changes.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  imgproxy:
    image: darthsim/imgproxy
    ports:
      - 8080:8080
    restart: always

Resources

Website: https://imgproxy.net/

GitHub: https://github.com/imgproxy/imgproxy

Docker Hub: https://hub.docker.com/r/darthsim/imgproxy

Configuration: https://docs.imgproxy.net/installation