2021-06-22 10:38:59 +00:00
|
|
|
# node-distro
|
2022-06-21 08:08:30 +00:00
|
|
|
|
2021-06-22 10:38:59 +00:00
|
|
|
The distributive and packaging of the Fluence node.
|
|
|
|
|
|
|
|
Currently provides Network Dashboard as a side-car.
|
|
|
|
|
2022-06-21 08:08:30 +00:00
|
|
|
## Configuration
|
|
|
|
|
|
|
|
### Environmental variables
|
|
|
|
|
|
|
|
| variable | required | description |
|
|
|
|
| -------------- | -------- | ---------------------- |
|
|
|
|
| `CERAMIC_HOST` | | ceramic daemon address |
|
|
|
|
|
2021-06-22 10:38:59 +00:00
|
|
|
## How to run
|
2022-06-21 08:08:30 +00:00
|
|
|
|
2021-06-22 10:38:59 +00:00
|
|
|
Copy `docker-compose.yml` locally and run
|
2022-06-21 08:08:30 +00:00
|
|
|
|
2021-06-22 10:38:59 +00:00
|
|
|
```bash
|
|
|
|
docker-compose up -d
|
|
|
|
```
|
|
|
|
|
2022-06-21 08:08:30 +00:00
|
|
|
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
|
2022-06-21 08:08:30 +00:00
|
|
|
|
2021-06-22 10:38:59 +00:00
|
|
|
Open [http://localhost:8080](http://localhost:8080) in your browser
|