kopia lustrzana https://github.com/bugout-dev/moonstream
17 wiersze
234 B
Markdown
17 wiersze
234 B
Markdown
|
|
# Node Balancer application
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
- Prepare environment variables
|
||
|
|
- Build application
|
||
|
|
|
||
|
|
```bash
|
||
|
|
go build -o nodebalancer
|
||
|
|
```
|
||
|
|
|
||
|
|
- Run with following parameters:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
nodebalancer -host 0.0.0.0 -port 8544 -healthcheck
|
||
|
|
```
|