node-distro/README.md
Anatolios Laskaris 5b823aa72e
chore: Add observability to docker-compose (#113)
* Add observability

* Update

* Update

* Fix indent

* Fix again

* Fix againt

* fix

* Add external address

* Fix links

* Fixes

* Fix

* Add IPFS

---------

Co-authored-by: folex <0xdxdy@gmail.com>
2023-03-22 17:59:01 +02:00

1.7 KiB

Rust Peer Distro

The distributive and packaging of the Rust peer.

Installation and usage

docker run -d --name rust-peer -e RUST_LOG="info" -p 7777:7777 -p 9999:9999 fluencelabs/rust-peer:latest --local

To get a list of commands that can be passed to rust-peer run:

docker run --rm --name rust-peer fluencelabs/rust-peer:latest --help

See deployment instructions and tips at deploy.

Documentation

Comprehensive documentation on everything related to Fluence can be found here. Check also our YouTube channel.

Support

Please, file an issue if you find a bug. You can also contact us at Discord or Telegram. We will do our best to resolve the issue ASAP.

Contributing

Any interested person is welcome to contribute to the project. Please, make sure you read and follow some basic rules. The Contributor License Agreement can be found here.

License

All software code is copyright (c) Fluence Labs, Inc. under the Apache-2.0 license.