Skip to content

Instantly share code, notes, and snippets.

@atomotic
Created February 17, 2026 21:56
Show Gist options
  • Select an option

  • Save atomotic/6cf946e025ee396715893385173c2aa8 to your computer and use it in GitHub Desktop.

Select an option

Save atomotic/6cf946e025ee396715893385173c2aa8 to your computer and use it in GitHub Desktop.
iipsrv:
image: iipsrv/iipsrv
volumes:
- ./data/images:/images
environment:
- LOGFILE=/dev/stderr
- URI_MAP=iiif=>IIIF
- VERBOSITY=1
- FILESYSTEM_PREFIX=/images/
- IIIF_VERSION=3
- CORS=*
ports:
- 8182:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment