Skip to content

communcom/prism

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages