mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-03 14:33:12 +00:00
Update frontend and port (#105)
This commit is contained in:
parent
4051680e66
commit
9bbce551f4
@ -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.
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user