git clone https://github.com/communcom/prism.git
cd prismcp .env.example .envAdd variables
GLS_BLOCKCHAIN_BROADCASTER_CONNECT=nats://user:password@ip:4222
GLS_FACADE_CONNECT=http://facade-node:port
GLS_SEARCH_CONNECTION_STRING=http://elasticsearch:9200
GLS_META_CONNECT=http://meta-node:portcp docker-compose.example.yml docker-compose.yml docker-compose up -d --build