Skip to content

Commit

Permalink
Merge pull request #71 from performant-software/feature/iiif68_s3_com…
Browse files Browse the repository at this point in the history
…patible

IIIF #68 - S3 Compatible Service
  • Loading branch information
dleadbetter authored Nov 7, 2024
2 parents 27187ee + c89803e commit 8390ee6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ CANTELOUPE_ADMIN_PASSWORD=mySecret
# on the canteloupe installation
CANTELOUPE_ADMIN_ENABLED=true

# Set to configure the Java opts to pass to the
# Cantalope service
CANTALOUPE_JAVA_OPTS=-Xmx4g

# The hostname for the canteloupe server
IIIF_HOST=http://example.com

Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ services:
- CANTALOUPE_S3SOURCE_SECRET_KEY=$AWS_SECRET_ACCESS_KEY
- CANTALOUPE_S3SOURCE_BASICLOOKUPSTRATEGY_BUCKET_NAME=$AWS_BUCKET_NAME
- CANTALOUPE_S3SOURCE_REGION=$AWS_REGION
# - CANTALOUPE_S3SOURCE_ENDPOINT=$S3_ENDPOINT
- CANTALOUPE_S3SOURCE_ENDPOINT=$S3_ENDPOINT
- JAVA_OPTS=$CANTELOUPE_JAVA_OPTS
iiif_cloud:
build: .
depends_on:
Expand Down

0 comments on commit 8390ee6

Please sign in to comment.