infra-waku/README.md

19 lines
575 B
Markdown
Raw Normal View History

2023-10-05 12:08:18 +00:00
# Description
2023-10-10 14:47:38 +00:00
This repo defines infrastructure for running [nim-waku](github.com/status-im/nim-waku) nodes shards.
There are 2 kinds of nodes:
* `node` - `nim-waku` nodes
* `node-db` - PostgreSQL used by `node` nodes for envelope storage.
# Continious Integration
Jenkins CI builds can be used to build and deploy new Docker images:
* `waku.test`: https://ci.infra.status.im/job/nim-waku/job/deploy-waku-test/
2023-10-05 12:08:18 +00:00
# Repo Usage
For how to use this repo read the [Infra Repo Usage](https://github.com/status-im/infra-docs/blob/master/docs/general/infra_repo_usage.md) doc.