We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86c1a1 commit 8a3b5ebCopy full SHA for 8a3b5eb
docker/docker-compose-ci.yml
@@ -66,7 +66,7 @@ services:
66
# This LOADSQL should be kept in sync with the LOADSQL in
67
# https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/db.entities.yml
68
# This SQL is available from https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data
69
- LOADSQL: https://github.com/dataquest-dev/DSpace/releases/download/data/dspace-test-database-dump_29.1.2024.sql
+ LOADSQL: https://github.com/DSpace-Labs/AIP-Files/releases/download/demo-entities-data/dspace7-entities-data.sql
70
PGDATA: /pgdata
71
POSTGRES_PASSWORD: dspace
72
networks:
0 commit comments