Compare commits

...

2 commits

2 changed files with 16 additions and 2 deletions

View file

@ -23,5 +23,5 @@ COPY . .
# Expose Flask port
EXPOSE 5000
# Launch Gunicorn with 4 workers (adjust for your CPU cores)
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app", "--workers", "4"]
# Launch Gunicorn with 8 workers (adjust for your CPU cores)
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app", "--workers", "8"]

View file

@ -3,3 +3,17 @@ Git clone https://sources.gtsvr.net/edschuy95/yeastar-voipms-webhook-proxy.git
copy config.template.py to config.py and edit
docker-compose up -d --build
see config.py (config.template.py) for more info
-------------------------------------------
Yeastar stuff:
In the API key section for the SMS channel, enter your voip.ms API credentials separated by ||| like so:
api_username|||api_password
Voip.ms stuff:
Just point them to the voip.ms endpoint.