diff --git a/docker-compose.yml b/docker-compose.yml index 66af27a..0350af8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ x-pg-exporter-env: &pg_exp_env # Services definitions services: nwaku: - image: ${NWAKU_IMAGE:-harbor.status.im/wakuorg/nwaku:v0.29.0} + image: ${NWAKU_IMAGE:-quay.io/wakuorg/nwaku-pr:2811} restart: on-failure ports: - 30304:30304/tcp diff --git a/run_node.sh b/run_node.sh index e9ba453..dbe2309 100644 --- a/run_node.sh +++ b/run_node.sh @@ -65,7 +65,10 @@ exec /usr/bin/wakunode\ --lightpush=true\ --keep-alive=true\ --max-connections=150\ - --cluster-id=1\ + --cluster-id=16\ + --dns-discovery = true\ + --dns-discovery-url=enrtree://AMOJVZX4V6EXP7NTJPMAYJYST2QP6AJXYW76IU6VGJS7UVSNDYZG4@boot.test.shards.nodes.status.im\ + --pubsub-topic=/waku/2/rs/16/32\ --discv5-discovery=true\ --discv5-udp-port=9005\ --discv5-enr-auto-update=True\