File size: 280 Bytes
a496aae
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
services:
  - type: web
    name: qodex-api
    env: python
    buildCommand: pip install -r requirements.txt
    startCommand: uvicorn app.main:app --host 0.0.0.0 --port $PORT
    envVars:
      - key: ENVIRONMENT
        value: production
      - key: DEBUG
        value: false