Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
/ thumbor Public archive

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

License

Notifications You must be signed in to change notification settings

timonier/thumbor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Security policy

Stars

Watchers

Forks