File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ services:
2020 # __D__ => "-" (e.g. google__D__metadata => google-metadata)
2121 # dspace.dir
2222 dspace__P__dir : /dspace
23+ dspace__P__server__P__url : ${REST_URL:-http://127.0.0.1:8080/server}
24+ dspace__P__ui__P__url : ${UI_URL:-http://127.0.0.1:4000}
25+ dspace__P__name : ' DSpace Started with Docker Compose'
2326 # db.url: Ensure we are using the 'dspacedb' image for our database
2427 db__P__url : ' jdbc:postgresql://dspacedb:543${INSTANCE}/dspace'
2528 # solr.server: Ensure we are using the 'dspacesolr' image for Solr
@@ -40,6 +43,8 @@ services:
4043 assetstore__P__s3__P__endpoint : ${S3_ENDPOINT:-}
4144 volumes :
4245 - " assetstore:/dspace/assetstore"
46+ - dspace_cli_logs:/dspace/log
47+ - ./local.cfg:/dspace/config/local.cfg
4348 entrypoint : /dspace/bin/dspace
4449 command : help
4550 networks :
@@ -49,6 +54,7 @@ services:
4954
5055volumes :
5156 assetstore :
57+ dspace_cli_logs :
5258
5359networks :
5460 dspacenet :
You can’t perform that action at this time.
0 commit comments