mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
[FAB-8602] Add volumes to first-network e2e yaml
The first-network CLI yaml was recently enhanced to use volume mounts for the ledger directories. There is the additional e2e yaml which depends on the container definitions and is now failing. This CR simply edits its template to include these new volume definitions. Change-Id: Ia5b7b93b2be4f9de1f0ebfaa804f8ef713fb935d Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
This commit is contained in:
parent
31b99c4968
commit
a76d649ffd
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,13 @@
|
||||||
|
|
||||||
version: '2'
|
version: '2'
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
orderer.example.com:
|
||||||
|
peer0.org1.example.com:
|
||||||
|
peer1.org1.example.com:
|
||||||
|
peer0.org2.example.com:
|
||||||
|
peer1.org2.example.com:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
byfn:
|
byfn:
|
||||||
services:
|
services:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue