Skip to content

Commit

Permalink
Updated to new swarm names
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleanshooter committed May 15, 2018
1 parent de3284f commit ed3ba62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose-cli.yaml
Expand Up @@ -81,7 +81,7 @@ services:
deploy: deploy:
placement: placement:
constraints: constraints:
- node.hostname == pi3b-node1 - node.hostname == hyperledger-swarm-master
command: bash -c "peer node start > /home/logs/peer0org1log.txt 2>&1" command: bash -c "peer node start > /home/logs/peer0org1log.txt 2>&1"


peer1_org1: peer1_org1:
Expand Down Expand Up @@ -124,7 +124,7 @@ services:
deploy: deploy:
placement: placement:
constraints: constraints:
- node.hostname == pi3b-node1 - node.hostname == hyperledger-swarm-node1
command: bash -c "peer node start > /home/logs/peer1org1log.txt 2>&1" command: bash -c "peer node start > /home/logs/peer1org1log.txt 2>&1"


peer0_org2: peer0_org2:
Expand Down Expand Up @@ -167,7 +167,7 @@ services:
deploy: deploy:
placement: placement:
constraints: constraints:
- node.hostname == pi3b-node2 - node.hostname == hyperledger-swarm-node2
command: bash -c "peer node start > /home/logs/peer0org2log.txt 2>&1" command: bash -c "peer node start > /home/logs/peer0org2log.txt 2>&1"


peer1_org2: peer1_org2:
Expand Down Expand Up @@ -210,7 +210,7 @@ services:
deploy: deploy:
placement: placement:
constraints: constraints:
- node.hostname == pi2b-node3 - node.hostname == hyperledger-swarm-node3
command: bash -c "peer node start > /home/logs/peer1org2log.txt 2>&1" command: bash -c "peer node start > /home/logs/peer1org2log.txt 2>&1"


cli: cli:
Expand Down Expand Up @@ -250,7 +250,7 @@ services:
deploy: deploy:
placement: placement:
constraints: constraints:
- node.hostname == pi3b-master - node.hostname == hyperledger-swarm-master
networks: networks:
hyperledger-fabric: hyperledger-fabric:
aliases: aliases:
Expand Down

0 comments on commit ed3ba62

Please sign in to comment.