git clone https://github.com/communcom/create-community-service.git
cd create-community-service
cp .env.example .env
Add variables
CYBERWAY_HTTP_URL=http://cyberway
GLS_WALLET_CONNECT=http://wallet-node:3000
cp docker-compose.example.yml docker-compose.yml
docker-compose up -d --build