Ensure Entities submission config is setup & ensure Solr image starts after main one

This commit is contained in:
Tim Donohue
2021-04-15 12:37:09 -05:00
parent b998f82b8d
commit 8dd8b06409
3 changed files with 35 additions and 1 deletions

View File

@@ -65,6 +65,9 @@ services:
container_name: dspacesolr
# Uses official Solr image at https://hub.docker.com/_/solr/
image: solr:8.8
# Needs main 'dspace' container to start first to guarantee access to solr_configs
depends_on:
- dspace
networks:
dspacenet:
ports: