Background2 / render.yaml
Tilawa Server
feat: tilawa-server — Flask API for engine v7.0/v7.5/v7.6
f6adfb0
Raw
History Blame Contribute Delete
343 Bytes
services:
- type: web
name: tilawa-engine
env: python
buildCommand: |
apt-get update -qq
apt-get install -y -qq ffmpeg
pip install -r requirements.txt
startCommand: gunicorn app:app --bind 0.0.0.0:$PORT --timeout 300 --workers 1
plan: free
envVars:
- key: PYTHON_VERSION
value: 3.11.0