Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 546 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 546 Bytes

PRISM-SERVICE

Clone the repository

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

Create .env file

cp .env.example .env

Add 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:port

Create docker-compose file

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

Run

docker-compose up -d --build