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