mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
23 lines
731 B
YAML
23 lines
731 B
YAML
#
|
|
# The contents of this file are subject to the license and copyright
|
|
# detailed in the LICENSE and NOTICE files at the root of the source
|
|
# tree and available online at
|
|
#
|
|
# http://www.dspace.org/license/
|
|
#
|
|
|
|
#
|
|
# This is a copy of the db.entities.yml that is available in the DSpace/DSpace
|
|
# (Backend) at:
|
|
# https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/db.entities.yml
|
|
#
|
|
# # Therefore, it should be kept in sync with that file
|
|
version: "3.7"
|
|
|
|
services:
|
|
dspacedb:
|
|
image: dspace/dspace-postgres-pgcrypto:loadsql
|
|
environment:
|
|
# This LOADSQL should be kept in sync with the URL in DSpace/DSpace
|
|
- LOADSQL=https://www.dropbox.com/s/4ap1y6deseoc8ws/dspace7-entities-2019-11-28.sql?dl=1
|