mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 07:55:10 +00:00
16 lines
292 B
YAML
16 lines
292 B
YAML
# Copyright IBM Corp. All Rights Reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
version: '3.7'
|
|
|
|
services:
|
|
peer0.org1.example.com:
|
|
volumes:
|
|
- ./podman/peercfg:/etc/hyperledger/peercfg
|
|
|
|
peer0.org2.example.com:
|
|
volumes:
|
|
- ./podman/peercfg:/etc/hyperledger/peercfg
|
|
|