communcom / sms-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 89.2%Language:Shell 6.1%Language:Dockerfile 4.7%