Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 470 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 470 Bytes

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