-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
29 lines (29 loc) · 876 Bytes
/
render.yaml
File metadata and controls
29 lines (29 loc) · 876 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
services:
- type: web
name: reviewlens-api
runtime: docker
dockerfilePath: ./backend/Dockerfile
dockerContext: ./backend
plan: free
envVars:
- key: OPENAI_API_KEY
sync: false
- key: DATABASE_URL
sync: false
- key: OPENAI_MODEL
value: gpt-4o-mini
- key: ENV
value: production
- key: SCRAPER_MAX_PAGES
value: "10"
- key: SCRAPER_CONCURRENCY
value: "3"
- key: EMBEDDING_MODEL
value: text-embedding-3-small
- key: EMBEDDING_DIMENSIONS
value: "384"
- key: SIMILARITY_THRESHOLD
value: "0.20"
- key: ALLOWED_ORIGINS
value: https://frontend-ten-virid-65.vercel.app,https://v0-review-lens-ai.vercel.app,https://v0-review-lens-ai-momenmushtahas-projects.vercel.app,http://localhost:3000
healthCheckPath: /api/health