Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 412 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 412 Bytes

wallet-service

Clone the repository

git clone https://github.com/communcom/wallet.git
cd wallet

Create .env file

cp .env.example .env

Add variables

GLS_BLOCKCHAIN_BROADCASTER_CONNECT=nats://user:password@ip:4222

Create docker-compose file

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

Run

docker-compose up -d --build