Skip to content

Commit

Permalink
[FAB-8602] Add volumes to first-network e2e yaml
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jason Yellick committed Mar 1, 2018
1 parent f3ba862 commit f110a6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions first-network/docker-compose-e2e-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

version: '2'

volumes:
orderer.example.com:
peer0.org1.example.com:
peer1.org1.example.com:
peer0.org2.example.com:
peer1.org2.example.com:

networks:
byfn:
services:
Expand Down

0 comments on commit f110a6e

Please sign in to comment.