Jakub Sokołowski
c2aff03dde
Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
tasks | ||
README.md |
README.md
Description
This role provisions a Nim-Waku node which speaks the Waku communication protocol.
Configuration
The crucial settings are:
# Private key which affects enode:// address
nim_waku_node_key:
# Name of Status eth cluster running status-go
nim_waku_bootstrap_fleet: 'test'
nim_waku_log_level: 'info'
Usage
You can re-create containers on the host using:
cd /docker/nim-waku-node
docker-compose --compatibility up -d --force-recreate
Which will use the docker-compose.yml
file in that directory.
Requirements
Due to being part of Status infra this role assumes availability of certain things:
- Docker for running containers
- Docker user namespace remapping with
dockremap
user - Watchtower for updating Docker images
- The
iptables-persistent
module