Created
February 17, 2026 21:56
-
-
Save atomotic/6cf946e025ee396715893385173c2aa8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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