Skip to content

communcom/rewards-service

Repository files navigation

rewards-service

Clone the repository

git clone https://github.com/communcom/rewards-service.git
cd rewards-service

Create .env file

cp .env.example .env

Add variables

GLS_BLOCKCHAIN_BROADCASTER_CONNECT=nats://user:password@ip
GLS_FACADE_CONNECT=http://facade-node:3000

Create docker-compose file

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

Run

docker-compose up -d --build