-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
32 lines (32 loc) · 870 Bytes
/
Copy pathrender.yaml
File metadata and controls
32 lines (32 loc) · 870 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
31
32
services:
- type: web
name: learnloop-api
runtime: python
rootDir: backend
plan: free
buildCommand: pip install -r requirements.txt
startCommand: gunicorn --bind 0.0.0.0:$PORT --workers 1 --threads 2 --timeout 120 wsgi:app
healthCheckPath: /healthz
envVars:
- key: PYTHON_VERSION
value: 3.11.12
- key: EMBEDDING_PROVIDER
value: http
- key: EMBEDDING_SERVICE_URL
sync: false
- key: EMBEDDING_SERVICE_TOKEN
sync: false
- key: EMBEDDING_SERVICE_TIMEOUT_SECONDS
value: 120
- key: VECTOR_STORE
value: pgvector
- key: CORS_ORIGINS
sync: false
- key: OPENAI_API_KEY
sync: false
- key: SUPABASE_DB_URI
sync: false
- key: SUPABASE_URL
sync: false
- key: SUPABASE_PUBLISHABLE_KEY
sync: false