Thumbor dockerized: For use as unsafe or safe mode (with security key).
2.6K
Run Thumbor as a Docker container.
# Run Thumbor on port 8888 in unsafe mode.
# In unsafe mode URLs don't need to be signed so anybody
# might use your Thumbor service.
$ docker run -p 8888:8888 smrchy/thumbor
# Run Thumbor on port 8888 in safe mode.
# All URLs need to be signed.
$ docker run -p 8888:8888 -e SECURITY_KEY=yourSecurityKeyABC123 smrchy/thumbor
description "Thumbor container"
author "smrchy"
start on filesystem and started docker
stop on runlevel [!2345]
respawn
script
/usr/bin/docker run -p 8888:8888 -e SECURITY_KEY=abc123 smrchy/thumbor >> /tmp/thumbor.log 2>&1
end script
Content type
Image
Digest
sha256:ca0877579…
Size
326.5 MB
Last updated
over 8 years ago
docker pull smrchy/thumbor