Skip to content

communcom/gate

Repository files navigation

GATE-SERVICE

Clone the repository

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

Create .env file

cp .env.example .env

Add variables

GLS_FACADE_CONNECT=http://facade-node:3000
GLS_AUTH_CONNECT=http://auth-node:3000

Create docker-compose file

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

Run

docker-compose up -d --build