Commit d4b6459 1 parent 9ed9d63 commit d4b6459 Copy full SHA for d4b6459
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ services:
40
40
db__P__url : ' jdbc:postgresql://dspacedb:543${INSTANCE}/dspace'
41
41
# solr.server: Ensure we are using the 'dspacesolr' image for Solr
42
42
solr__P__server : http://dspacesolr:898${INSTANCE}/solr
43
+ # proxies.trusted.ipranges: This setting is required for a REST API running in Docker to trust requests
44
+ # from the host machine. This IP range MUST correspond to the 'dspacenet' subnet defined above.
45
+ proxies__P__trusted__P__ipranges : ' 172.2${INSTANCE}.0'
43
46
# S3 config
44
47
assetstore__P__index__P__primary : ${S3_STORAGE:-0}
45
48
assetstore__P__s3__P__enabled : ${S3_ENABLED:-false}
@@ -163,6 +166,7 @@ services:
163
166
cp -r -u /opt/solr/server/solr/configsets/dspace/statistics/* statistics
164
167
exec solr -p 898${INSTANCE} -f -m 4g
165
168
volumes :
169
+ # Commented out because there are a lot of files in the assetstore
166
170
# assetstore:
167
171
pgdata :
168
172
solr_data :
You can’t perform that action at this time.
0 commit comments