diff --git a/Dockerfile b/Dockerfile index f44db1a..200369f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,5 +23,5 @@ COPY . . # Expose Flask port EXPOSE 5000 -# Launch Gunicorn with 8 workers (adjust for your CPU cores) -CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app", "--workers", "8"] \ No newline at end of file +# Launch Gunicorn with 4 workers (adjust for your CPU cores) +CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app", "--workers", "4"] \ No newline at end of file diff --git a/README.md b/README.md index f9939cd..4fb02e7 100644 --- a/README.md +++ b/README.md @@ -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 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. \ No newline at end of file