git clone https://github.com/communcom/gate.git
cd gate
cp .env.example .env
Add variables
GLS_FACADE_CONNECT=http://facade-node:3000
GLS_AUTH_CONNECT=http://auth-node:3000
cp docker-compose.example.yml docker-compose.yml
docker-compose up -d --build