infra-nim-waku/ansible/roles/nim-waku
Jakub Sokołowski c2aff03dde
fix formatting of floats in docker-compose.yml
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-11-16 12:48:16 +01:00
..
defaults fix lack of data folder creation, add flags specific to waku v2 2020-11-16 12:40:14 +01:00
handlers add nim-waku Ansible role 2020-05-28 14:37:07 +02:00
tasks fix formatting of floats in docker-compose.yml 2020-11-16 12:48:16 +01:00
README.md add nim-waku Ansible role 2020-05-28 14:37:07 +02:00

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: