Commits

Tim Donohue authored and GitHub committed a04eb288156 Merge
Merge pull request #574 from tdonohue/DS-4380_and_DS-4257_minor_updates

DS-4380 and DS-4257: Minor updates to Docker configs for JDK11 and new URL configs
No tags
gidlmaster

docker/docker-compose-rest.yml

Modified
1 1 networks:
2 2 dspacenet:
3 3 services:
4 4 dspace:
5 5 container_name: dspace
6 6 depends_on:
7 7 - dspacedb
8 - image: dspace/dspace:dspace-7_x-jdk8-test
8 + image: dspace/dspace:dspace-7_x-test
9 9 networks:
10 10 dspacenet:
11 11 ports:
12 12 - published: 8080
13 13 target: 8080
14 14 stdin_open: true
15 15 tty: true
16 16 volumes:
17 17 - assetstore:/dspace/assetstore
18 18 - "./local.cfg:/dspace/config/local.cfg"

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut