Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Use Polkadot UI #119

Open
TAnas0 opened this issue Feb 4, 2023 · 1 comment
Open

[feat] Use Polkadot UI #119

TAnas0 opened this issue Feb 4, 2023 · 1 comment

Comments

@TAnas0
Copy link
Contributor

TAnas0 commented Feb 4, 2023

As suggested in the official Polkadot node documentation, one can set up a Grafana Dashboard for the node(s).
I was able to quickly set it up by adding the following into docker-compose.yaml:

services:
  # Polkadot UI: https://github.com/paritytech/polkadot/blob/master/doc/docker.md#using-docker-compose
  polkadotui:
    container_name: polkadotui
    image: jacogr/polkadot-js-apps
    environment:
      - WS_URL=ws://127.0.0.1:9944
    ports:
      - 8080:80

Is there a way to make this an option into this tool? Would it be nice to have?
If so, can we get some pointers from the contributors on how to implement it?

@xlc
Copy link
Member

xlc commented Feb 5, 2023

I guess we could allow a mode to inject additional services.
But in this case, you can just have two docker-compose file and with some correctly configured port it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants