File size: 290 Bytes
fab9847
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
services:
  - type: web
    name: oilverse-api
    runtime: python
    buildCommand: pip install -r requirements.txt
    startCommand: uvicorn api_server:app --host 0.0.0.0 --port $PORT
    envVars:
      - key: PYTHONUTF8
        value: 1
      - key: PYTHON_VERSION
        value: 3.10.0