fix compose file

This commit is contained in:
Terry Brady
2019-09-25 15:09:36 -07:00
parent 71287b6b41
commit 5dfc2fffca
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ install:
# Start up DSpace 7 using the entities database dump # Start up DSpace 7 using the entities database dump
- docker-compose -f docker-compose-travis.yml up -d - docker-compose -f docker-compose-travis.yml up -d
# Use the dspace-cli image to populate the assetstore. Trigger a discovery and oai update # Use the dspace-cli image to populate the assetstore. Trigger a discovery and oai update
#- docker-compose -f ./to_be_determined/cli.yml -f ./to_be_determined/cli.assetstore.yml run --rm dspace-cli - docker-compose -f ./to_be_determined/cli.yml -f ./to_be_determined/cli.assetstore.yml run --rm dspace-cli
- travis_retry yarn install - travis_retry yarn install
before_script: before_script:

View File

@@ -15,7 +15,7 @@ services:
tty: true tty: true
volumes: volumes:
- assetstore:/dspace/assetstore - assetstore:/dspace/assetstore
- ./to_be_determined:/dspace/config/local.cfg - ./to_be_determined/local.cfg:/dspace/config/local.cfg
dspacedb: dspacedb:
container_name: dspacedb container_name: dspacedb
environment: environment: