Auth service Clone the repository git clone https://github.com/communcom/auth-service.git cd auth-service Create .env file cp .env.example .env Add variables GLS_CYBERWAY_HTTP_URL=http://cyberway-node Create docker-compose file cp docker-compose.example.yml docker-compose.yml Run docker-compose up -d --build