Thumbor
Running with Docker
Unfortunately Thumbor doesn't have an official Docker image it looks like, but there are some trusted unofficial images, in particular, the minimalcompact/thumbor
image.
services:
thumbor:
ports:
- 8450:80
image: ghcr.io/minimalcompact/thumbor
networks: {}