Skip to content

communcom/bandwidth-provider

Repository files navigation

Bandwidth service

Clone the repository

git clone https://github.com/communcom/bandwidth-provider.git
cd bandwidth-provider

Create .env file

cp .env.example .env

Add variables

GLS_CYBERWAY_HTTP_URL=http://cyberway-node:3000
GLS_PROVIDER_PUBLIC_KEY=public key
GLS_PROVIDER_WIF=private key
GLS_PROVIDER_USERNAME=account
GLS_PRISM_CONNECT=http://prism-node:3000
GLS_REGISTRATION_CONNECT=http://registration-node:3000

Create docker-compose file

cp docker-compose.example.yml docker-compose.yml

Run

docker-compose up -d --build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published