Compare commits

..

No commits in common. "13122f00ea3f40017af08f76d4b7431e6596bfec" and "94adc77d9621c3a29b8db6e55a5c80192e05d6ff" have entirely different histories.

2 changed files with 2 additions and 16 deletions

View file

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

View file

@ -3,17 +3,3 @@ Git clone https://sources.gtsvr.net/edschuy95/yeastar-voipms-webhook-proxy.git
copy config.template.py to config.py and edit copy config.template.py to config.py and edit
docker-compose up -d --build 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.