-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
30 lines (30 loc) · 804 Bytes
/
Copy pathrender.yaml
File metadata and controls
30 lines (30 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
services:
- type: web
name: wastewatch
runtime: python
plan: free
buildCommand: pip install -r requirements.txt
startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT
healthCheckPath: /health
envVars:
- key: GEMINI_API_KEY
sync: false
- key: RESEND_API_KEY
sync: false
- key: RESEND_FROM
value: WasteWatch <[email protected]>
- key: GROQ_API_KEY
sync: false
- key: FAST2SMS_KEY
sync: false
- key: DATABASE_MODE
value: sqlite
# Uncomment below for Supabase production:
# - key: DATABASE_MODE
# value: supabase
# - key: SUPABASE_URL
# sync: false
# - key: SUPABASE_KEY
# sync: false
# - key: SUPABASE_DB_URL
# sync: false