Update docker-compose for runtime configs. Remove all config files & replace with env variables

This commit is contained in:
Tim Donohue
2021-12-23 10:27:49 -06:00
parent f055d1676e
commit 13db7c8c19
8 changed files with 55 additions and 41 deletions

View File

@@ -29,10 +29,6 @@ docker push dspace/dspace-angular:dspace-7_x
- Docker compose file that provides a DSpace CLI container to work with a running DSpace REST container.
- cli.assetstore.yml
- Docker compose file that will download and install data into a DSpace REST assetstore. This script points to a default dataset that will be utilized for CI testing.
- environment.dev.ts
- Environment file for running DSpace Angular in Docker
- local.cfg
- Environment file for running the DSpace 7 REST API in Docker.
## To refresh / pull DSpace images from Dockerhub