From f289aa9442eec8add61514f4f0fa6f1858efedea Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Fri, 11 Apr 2025 17:40:15 +0300 Subject: [PATCH] fix: store node config --- .github/docker-compose/nwaku.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/docker-compose/nwaku.yml b/.github/docker-compose/nwaku.yml index 499aa15b..c30d6920 100644 --- a/.github/docker-compose/nwaku.yml +++ b/.github/docker-compose/nwaku.yml @@ -1,6 +1,13 @@ services: nwaku: image: "harbor.status.im/wakuorg/nwaku:latest" - command: ["--relay", "--store", "--nodekey=1122334455667788990011223344556677889900112233445566778899001122", "--cluster-id=99", "--pubsub-topic=/waku/2/rs/99/1"] + command: + [ + "--relay", + "--store", + "--nodekey=1122334455667788990011223344556677889900112233445566778899001122", + "--cluster-id=99", + "--shard=1", + ] ports: - "60000"