Skip to content

Commit d284398

Browse files
authored
VSB-TUO/Added handle prefix to docker compose (#995)
* added handle rpefix to docker compose * using configurable variable
1 parent f60bfc8 commit d284398

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/docker-compose-rest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ services:
5353
assetstore__P__s3__P__awsRegionName: ${S3_REGION_NAME:-}
5454
assetstore__P__s3__P__pathStyleAccessEnabled: ${S3_PATH_STYLE_ACCESS:-false}
5555
assetstore__P__s3__P__endpoint: ${S3_ENDPOINT:-}
56+
# CNRI Handle prefix
57+
handle__P__prefix: ${HANDLE_PREFIX:-10084}
5658
image: ${DSPACE_REST_IMAGE:-dataquest/dspace:dtq-dev-7.5}
5759
networks:
5860
- dspacenet

0 commit comments

Comments
 (0)