setting parameters and image for testing

This commit is contained in:
Gabriel mermelstein 2024-06-21 11:00:43 +02:00
parent 5e9de13652
commit 13106fb17b
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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\