Commits
Tim Donohue authored and github-actions[bot] committed 45840c1c172
5 5 | # |
6 6 | # http://www.dspace.org/license/ |
7 7 | # |
8 8 | |
9 9 | # |
10 10 | # This is a copy of the cli.ingest.yml that is available in the DSpace/DSpace |
11 11 | # (Backend) at: |
12 12 | # https://github.com/DSpace/DSpace/blob/main/dspace/src/main/docker-compose/cli.assetstore.yml |
13 13 | # |
14 14 | # Therefore, it should be kept in sync with that file |
15 - | version "3.7" |
16 - | |
17 15 | services |
18 16 | dspace-cli |
19 17 | environment |
20 18 | # This assetstore zip is available from https://github.com/DSpace-Labs/AIP-Files/releases/tag/demo-entities-data |
21 19 | LOADASSETS=https://github.com/DSpace-Labs/AIP-Files/releases/download/demo-entities-data/assetstore.tar.gz |
22 20 | entrypoint |
23 21 | /bin/bash |
24 22 | '-c' |
25 23 | | |
26 24 | if | ! -z $$ LOADASSETS