mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 01:25:10 +00:00
Merge "[FAB-8602] Add volumes to first-network e2e yaml"
This commit is contained in:
commit
2d925ae675
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