File size: 252 Bytes
eb2cf07
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
services:
  - type: web
    name: voice-sentiment-api
    env: python
    buildCommand: pip install -r requirements.txt
    startCommand: gunicorn --bind 0.0.0.0:$PORT --timeout 300 api:app
    envVars:
      - key: PYTHON_VERSION
        value: 3.9.18