node-distro/README.md

29 lines
607 B
Markdown
Raw Normal View History

2021-06-22 10:38:59 +00:00
# node-distro
2021-06-22 10:38:59 +00:00
The distributive and packaging of the Fluence node.
Currently provides Network Dashboard as a side-car.
## Configuration
### Environmental variables
| variable | required | description |
| -------------- | -------- | ---------------------- |
| `CERAMIC_HOST` | | ceramic daemon address |
2021-06-22 10:38:59 +00:00
## How to run
2021-06-22 10:38:59 +00:00
Copy `docker-compose.yml` locally and run
2021-06-22 10:38:59 +00:00
```bash
docker-compose up -d
```
That will run 2 containers: local Fluence node and Network Dashboard connected
to it.
2021-06-22 10:38:59 +00:00
## How to open dashboard
2021-06-22 10:38:59 +00:00
Open [http://localhost:8080](http://localhost:8080) in your browser