timonier/thumbor

By timonier

Updated over 4 years ago

Thumbor is an open-source photo thumbnail service by globo.com

Image

1.0K

README

Thumbor is an open-source photo thumbnail service by globo.com

If you like / use this project, please let me known by adding a ★ on the GitHub repository.

Usage

docker run --interactive --publish 8888:8888 --rm --tty timonier/thumbor

It is possible to configure thumbor with environment variables. Check the configuration template for more information.

It is possible to run a container in read-only mode if you mount the following folders:

  • /etc/thumbor.
  • /run.
  • /tmp if you do not change FILE_STORAGE_ROOT_PATH.

Note: /run can be mount as tmpfs. In that case, /run must have flag exec.

docker run --interactive --publish 8888:8888 --read-only --rm --tmpfs /run:exec --tmpfs /tmp --tty --volume /etc/thumbor timonier/thumbor

Links

Docker Pull Command

docker pull timonier/thumbor