Skip to content

Commit 3dde766

Browse files
committed
Turn on support for DSpace item embargoes
1 parent c79c1b3 commit 3dde766

File tree

2 files changed

+399
-0
lines changed

2 files changed

+399
-0
lines changed

docker-compose-dspace.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ services:
4747
- assetstore:/dspace/assetstore
4848
# Mount DSpace's solr configs to a volume, so that we can share to 'dspacesolr' container (see below)
4949
- solr_configs:/dspace/solr
50+
- ./dspace/item-submission.xml:/dspace/config/item-submission.xml
51+
5052
# Ensure that the database is ready BEFORE starting tomcat
5153
# 1. While a TCP connection to dspacedb port 5432 is not available, continue to sleep
5254
# 2. Then, run database migration to init database tables

0 commit comments

Comments
 (0)