Skip to content

Commit

Permalink
Use minio to store OCFL instead of mounted volume
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Jan 17, 2025
1 parent 53ae173 commit 66e8a69
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
volumes:
database:
fedora:
solr:
npms:
data:
Expand Down Expand Up @@ -29,10 +28,8 @@ services:
image: fcrepo/fcrepo:6.4.0
depends_on:
- db
volumes:
- fedora:/usr/local/tomcat/fcrepo-home
environment:
- CATALINA_OPTS=-Dfcrepo.autoversioning.enabled=false
- CATALINA_OPTS=-Dfcrepo.autoversioning.enabled=false -Dfcrepo.aws.access-key=minio -Dfcrepo.aws.secret-key=minio123 -Dfcrepo.storage=ocfl-s3 -Dfcrepo.ocfl.s3.bucket=fcrepo -Dfcrepo.s3.endpoint=http://minio:9000 -Dfcrepo.aws.region=us-east-1
networks:
external:
internal:
Expand Down

0 comments on commit 66e8a69

Please sign in to comment.