From 946bd682c514078d9c188d39e10b8c30346b4e9e Mon Sep 17 00:00:00 2001 From: Dmitry Balashov <43530070+0x009922@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:19:41 +0900 Subject: [PATCH] [fix]: regenerate swarms Signed-off-by: Dmitry Balashov <43530070+0x009922@users.noreply.github.com> --- configs/swarm/docker-compose.local.yml | 8 ++++---- configs/swarm/docker-compose.single.yml | 2 +- configs/swarm/docker-compose.yml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configs/swarm/docker-compose.local.yml b/configs/swarm/docker-compose.local.yml index 3c7b9d8c2eb..fe10bcaabb1 100644 --- a/configs/swarm/docker-compose.local.yml +++ b/configs/swarm/docker-compose.local.yml @@ -22,7 +22,7 @@ services: - 1337:1337 - 8080:8080 volumes: - - ../../configs/peer:/config + - ./:/config init: true command: iroha --submit-genesis healthcheck: @@ -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 @@ -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 @@ -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 diff --git a/configs/swarm/docker-compose.single.yml b/configs/swarm/docker-compose.single.yml index 697c7fe3588..5af2868b817 100644 --- a/configs/swarm/docker-compose.single.yml +++ b/configs/swarm/docker-compose.single.yml @@ -21,7 +21,7 @@ services: - 1337:1337 - 8080:8080 volumes: - - ../../configs/peer:/config + - ./:/config init: true command: iroha --submit-genesis healthcheck: diff --git a/configs/swarm/docker-compose.yml b/configs/swarm/docker-compose.yml index b90fe946091..c21b8300a89 100644 --- a/configs/swarm/docker-compose.yml +++ b/configs/swarm/docker-compose.yml @@ -22,7 +22,7 @@ services: - 1337:1337 - 8080:8080 volumes: - - ../../configs/peer:/config + - ./:/config init: true command: iroha --submit-genesis healthcheck: @@ -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 @@ -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 @@ -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