Skip to content

gielfeldt/imaginary-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Development

Add desired ports to docker-compose.override.yml:

version: "3"

services:
  cache:
    ports:
      - 81:80
      - 444:443

To run:

docker-compose up -d

Starting

docker run -d --name imaginary h2non/imaginary:1.2.4 -concurrency 10 -enable-url-source docker run -d -p80:80 --link imaginary gielfeldt/imaginary-nginx

Using

See usage at https://github.com/h2non/imaginary

curl -I 'http://localhost:<port>/thumbnail?width=640&quality=95&url=https://homepages.cae.wisc.edu/~ece533/images/baboon.png'

About

Imaginary with nginx caching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published