SMS-SERVICE Clone the repository git clone https://github.com/communcom/sms-service.git cd sms-service Add variables TWILIO_ACCOUNT_SID=sid TWILIO_AUTH_TOKEN=auth-token GLS_TWILIO_PHONE_FROM=phone Create docker-compose file cp docker-compose.example.yml docker-compose.yml Run docker-compose up -d --build