Skip to content

Commit

Permalink
Add zipstreamer service
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Jul 10, 2023
1 parent 3db92cf commit b772d2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ services:
ports:
- ${DOCKER_MINIO_PORT-9000}:9000
- ${DOCKER_MINIO_CONSOLE_PORT-9001}:9001

zipstreamer:
image: ghcr.io/imagemarkup/isic-zipstreamer:master
environment:
ZS_LISTFILE_URL_PREFIX: "http://django/api/v2/zip-download/file-descriptor/?token="
ports:
- 4008:4008

0 comments on commit b772d2b

Please sign in to comment.