File size: 378 Bytes
3abfc90
 
 
 
 
 
 
 
edfde39
3abfc90
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
services:
  - type: web
    name: talenttalk-backend
    env: python
    buildCommand: cd backend && pip install -r requirements.txt
    startCommand: cd backend && bash start.sh
    envVars:
      - key: PYTHON_VERSION
        value: 3.11.9
      - key: OPENROUTER_API_KEY
        fromGroup: talenttalk-secrets
      - key: GOOGLE_API_KEY
        fromGroup: talenttalk-secrets