Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
chore: Update EDV image used in EDV REST storage provider unit tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Trider committed Mar 6, 2021
1 parent 79bbc2a commit 8094fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_edv_test_docker_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ PWD=$(pwd)
configPath="$PWD"/scripts/couchdb-config/10-single-node.ini
docker run -p 5984:5984 -d --network AriesTestNetwork --name AriesCouchDBStorageTest -v "$configPath":/opt/couchdb/etc/local.d/config.ini -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password couchdb:3.1.0 >/dev/null

docker run -p 8071:8071 -d --network AriesTestNetwork --name AriesEDVStorageTest ghcr.io/trustbloc-cicd/edv:0.1.6-snapshot-46a56ab start --host-url 0.0.0.0:8071 --database-prefix edv_db_ --database-type couchdb --database-url admin:password@AriesCouchDBStorageTest:5984 --with-extensions ReturnFullDocumentsOnQuery,Batch >/dev/null
docker run -p 8071:8071 -d --network AriesTestNetwork --name AriesEDVStorageTest ghcr.io/trustbloc-cicd/edv:0.1.6-snapshot-0f1daba start --host-url 0.0.0.0:8071 --database-prefix edv_db_ --database-type couchdb --database-url admin:password@AriesCouchDBStorageTest:5984 --with-extensions ReturnFullDocumentsOnQuery,Batch >/dev/null

0 comments on commit 8094fee

Please sign in to comment.