git clone https://github.com/communcom/wallet.git
cd wallet
cp .env.example .env
Add variables
GLS_BLOCKCHAIN_BROADCASTER_CONNECT=nats://user:password@ip:4222
cp docker-compose.example.yml docker-compose.yml
docker-compose up -d --build
git clone https://github.com/communcom/wallet.git
cd wallet
cp .env.example .env
Add variables
GLS_BLOCKCHAIN_BROADCASTER_CONNECT=nats://user:password@ip:4222
cp docker-compose.example.yml docker-compose.yml
docker-compose up -d --build