setting parameters and image for testing
This commit is contained in:
parent
5e9de13652
commit
13106fb17b
|
@ -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
|
||||
|
|
|
@ -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\
|
||||
|
|
Loading…
Reference in New Issue