git clone https://github.com/communcom/payment-service.git
cd payment-servicecp .env.example .envAdd variables
CYBERWAY_HTTP_URL=http://cyberway
GLS_API_KEY=secret
GLS_PROVIDER_KEY=
GLS_SENDER=
GLS_SENDER_KEY=cp docker-compose.example.yml docker-compose.ymldocker-compose up -d --build