mirror of
https://github.com/fluencelabs/node-distro
synced 2025-05-30 08:01:23 +00:00
node-distro
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 |
How to run
Copy docker-compose.yml
locally and run
docker-compose up -d
That will run 2 containers: local Fluence node and Network Dashboard connected to it.
How to open dashboard
Open http://localhost:8080 in your browser
Description
Languages
Dockerfile
69%
Shell
31%