Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Updated to new swarm names
- Loading branch information
Showing
with
5 additions
and
5 deletions.
-
+5
−5
docker-compose-cli.yaml
|
@@ -81,7 +81,7 @@ services: |
|
|
deploy: |
|
|
placement: |
|
|
constraints: |
|
|
- node.hostname == pi3b-node1 |
|
|
- node.hostname == hyperledger-swarm-master |
|
|
command: bash -c "peer node start > /home/logs/peer0org1log.txt 2>&1" |
|
|
|
|
|
peer1_org1: |
|
@@ -124,7 +124,7 @@ services: |
|
|
deploy: |
|
|
placement: |
|
|
constraints: |
|
|
- node.hostname == pi3b-node1 |
|
|
- node.hostname == hyperledger-swarm-node1 |
|
|
command: bash -c "peer node start > /home/logs/peer1org1log.txt 2>&1" |
|
|
|
|
|
peer0_org2: |
|
@@ -167,7 +167,7 @@ services: |
|
|
deploy: |
|
|
placement: |
|
|
constraints: |
|
|
- node.hostname == pi3b-node2 |
|
|
- node.hostname == hyperledger-swarm-node2 |
|
|
command: bash -c "peer node start > /home/logs/peer0org2log.txt 2>&1" |
|
|
|
|
|
peer1_org2: |
|
@@ -210,7 +210,7 @@ services: |
|
|
deploy: |
|
|
placement: |
|
|
constraints: |
|
|
- node.hostname == pi2b-node3 |
|
|
- node.hostname == hyperledger-swarm-node3 |
|
|
command: bash -c "peer node start > /home/logs/peer1org2log.txt 2>&1" |
|
|
|
|
|
cli: |
|
@@ -250,7 +250,7 @@ services: |
|
|
deploy: |
|
|
placement: |
|
|
constraints: |
|
|
- node.hostname == pi3b-master |
|
|
- node.hostname == hyperledger-swarm-master |
|
|
networks: |
|
|
hyperledger-fabric: |
|
|
aliases: |
|
|