/thumbor

An image service enables on-demand cropping, resizing, applying filters and optimizing images run as containers, learn more in thumbor documentation.

Primary LanguageDockerfile

Thumbor

An image service enables on-demand cropping, resizing, applying filters and optimizing images run as containers, learn more in thumbor documentation.

Getting started

Set up a local environment with Docker.

# Go to docker directory and copy the environment example to the dot file.
$ cd docker
$ cp .env.example .env
# Build containers via `docker-compose`
$ docker-compose up -d