Skip to content

communcom/referral-payment-service

Repository files navigation

referral-payment-service

Clone the repository

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

Create .env file

cp .env.example .env

Add variables

GLS_BLOCKCHAIN_BROADCASTER_CONNECT=nats://user:password@ip:4222
CYBERWAY_HTTP_URL=http://cyberway
GLS_REGISTRATION_CONNECT=
GLS_PAYMENT_CONNECT=http://payment-node:3000
GLS_PAYMENT_API_KEY=secret

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