Skip to content

Commit 98b66d8

Browse files
committed
using configurable variable
1 parent 3ae6edf commit 98b66d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-compose-rest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
assetstore__P__s3__P__pathStyleAccessEnabled: ${S3_PATH_STYLE_ACCESS:-false}
5555
assetstore__P__s3__P__endpoint: ${S3_ENDPOINT:-}
5656
# CNRI Handle prefix
57-
handle__P__prefix: 10084
57+
handle__P__prefix: ${HANDLE_PREFIX:-10084}
5858
image: ${DSPACE_REST_IMAGE:-dataquest/dspace:dtq-dev-7.5}
5959
networks:
6060
- dspacenet

0 commit comments

Comments
 (0)