Skip to content

Commit

Permalink
[fix]: regenerate swarms
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Feb 12, 2024
1 parent 16de2cd commit 946bd68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions configs/swarm/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- 1337:1337
- 8080:8080
volumes:
- ../../configs/peer:/config
- ./:/config
init: true
command: iroha --submit-genesis
healthcheck:
Expand All @@ -47,7 +47,7 @@ services:
- 1338:1338
- 8081:8081
volumes:
- ../../configs/peer:/config
- ./:/config
init: true
healthcheck:
test: test $(curl -s http://127.0.0.1:8081/status/blocks) -gt 0
Expand All @@ -71,7 +71,7 @@ services:
- 1339:1339
- 8082:8082
volumes:
- ../../configs/peer:/config
- ./:/config
init: true
healthcheck:
test: test $(curl -s http://127.0.0.1:8082/status/blocks) -gt 0
Expand All @@ -95,7 +95,7 @@ services:
- 1340:1340
- 8083:8083
volumes:
- ../../configs/peer:/config
- ./:/config
init: true
healthcheck:
test: test $(curl -s http://127.0.0.1:8083/status/blocks) -gt 0
Expand Down
2 changes: 1 addition & 1 deletion configs/swarm/docker-compose.single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- 1337:1337
- 8080:8080
volumes:
- ../../configs/peer:/config
- ./:/config
init: true
command: iroha --submit-genesis
healthcheck:
Expand Down
8 changes: 4 additions & 4 deletions configs/swarm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- 1337:1337
- 8080:8080
volumes:
- ../../configs/peer:/config
- ./:/config
init: true
command: iroha --submit-genesis
healthcheck:
Expand All @@ -47,7 +47,7 @@ services:
- 1338:1338
- 8081:8081
volumes:
- ../../configs/peer:/config
- ./:/config
init: true
healthcheck:
test: test $(curl -s http://127.0.0.1:8081/status/blocks) -gt 0
Expand All @@ -71,7 +71,7 @@ services:
- 1339:1339
- 8082:8082
volumes:
- ../../configs/peer:/config
- ./:/config
init: true
healthcheck:
test: test $(curl -s http://127.0.0.1:8082/status/blocks) -gt 0
Expand All @@ -95,7 +95,7 @@ services:
- 1340:1340
- 8083:8083
volumes:
- ../../configs/peer:/config
- ./:/config
init: true
healthcheck:
test: test $(curl -s http://127.0.0.1:8083/status/blocks) -gt 0
Expand Down

0 comments on commit 946bd68

Please sign in to comment.