mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-03 14:33:12 +00:00
Merge 05c4ece4d89a27ec26bff02132ca283b7f75ff55 into 758a30a1d075c87f4d37d59f4aa1097e8f559ce6
This commit is contained in:
commit
d38703ee0a
@ -61,11 +61,12 @@ echo "POSTGRES_SHM=4g" >> .env
|
||||
|
||||
Start all processes: nwaku node, database and grafana for metrics. Your [RLN](https://rate-limiting-nullifier.github.io/rln-docs/what_is_rln.html) membership is loaded into nwaku under the hood.
|
||||
```console
|
||||
docker-compose up -d
|
||||
DOCKER_COMPOSE=$(which docker-compose > /dev/null 2>&1 && echo "docker-compose" || echo "docker compose")
|
||||
$DOCKER_COMPOSE up -d
|
||||
```
|
||||
⚠️ The node might take a few minutes the very first time it runs because it needs to build locally the RLN community membership tree.
|
||||
|
||||
###🏄🏼♂️ 4. Interact with your nwaku node
|
||||
### 🏄🏼♂️ 4. Interact with your nwaku node
|
||||
|
||||
* See [localhost:3000](http://localhost:3000/d/yns_4vFVk/nwaku-monitoring) for node metrics.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user