Update frontend and port (#105)

This commit is contained in:
Alvaro Revuelta 2024-07-03 18:35:45 +02:00 committed by GitHub
parent 4051680e66
commit 9bbce551f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 8 deletions

View File

@ -45,13 +45,10 @@ docker-compose up -d
⚠️ The node might take ~5' the very first time it runs because it needs to build locally the RLN community membership tree.
**🏄🏼‍♂️ 3. Interact with your nwaku node**
* See [http://localhost:3000/d/yns_4vFVk/nwaku-monitoring](http://localhost:3000/d/yns_4vFVk/nwaku-monitoring) for node metrics.
* See [localhost:4000](http://localhost:4000). Under development 🚧
* See [localhost:3000](http://localhost:3000/d/yns_4vFVk/nwaku-monitoring) for node metrics.
* See [localhost:4000](http://localhost:4000) for a nice frontend to chat with other users.
**⭐ 4. Chat using waku-frontend**
Check out [http://localhost:5173](http://localhost:5173) and use your Waku node to chat with other users
**📬 5. Use the REST API**
**📬 4. Use the REST API**
Your nwaku node exposes a [REST API](https://waku-org.github.io/waku-rest-api/) to interact with it.

View File

@ -144,9 +144,9 @@ services:
waku-frontend:
# TODO: migrate to waku-org
image: alrevuelta/waku-frontend:latest
image: alrevuelta/waku-frontend:aad9628
ports:
- 127.0.0.1:5173:5173
- 127.0.0.1:4000:4000
restart: on-failure:5
depends_on:
- nwaku