Use cluster-id=1 for the waku network

This commit is contained in:
alrevuelta 2023-11-01 16:14:01 +01:00
parent 2c071a4842
commit 7869e2a327
No known key found for this signature in database
GPG Key ID: F345C9F3CCDB886E
2 changed files with 4 additions and 2 deletions

View File

@ -66,8 +66,9 @@ services:
NODEKEY: ${NODEKEY}
ETH_CLIENT_ADDRESS: *eth_client_address
EXTRA_ARGS: ${EXTRA_ARGS}
<<: *pg_env
<<: *rln_env
<<:
- *pg_env
- *rln_env
volumes:
- ./run_node.sh:/opt/run_node.sh:Z
- ./certs:/etc/letsencrypt/:Z

View File

@ -63,6 +63,7 @@ exec /usr/bin/wakunode\
--rpc-admin=true\
--keep-alive=true\
--max-connections=150\
--cluster-id=1\
--dns-discovery=true\
--dns-discovery-url=enrtree://ANEDLO25QVUGJOUTQFRYKWX6P4Z4GKVESBMHML7DZ6YK4LGS5FC5O@prod.wakuv2.nodes.status.im\
--discv5-discovery=true\