-
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) · 826 Bytes
/
Copy pathrender.yaml
File metadata and controls
30 lines (30 loc) · 826 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: physical-ai-robotics-backend
runtime: docker
dockerfilePath: ./backend/Dockerfile
dockerContext: ./backend
envVars:
- key: GOOGLE_API_KEY
sync: false
- key: OPENAI_API_KEY
sync: false
- key: QDRANT_URL
sync: false
- key: QDRANT_API_KEY
sync: false
- key: QDRANT_COLLECTION_NAME
value: robotics_textbook_embeddings
- key: NEON_DATABASE_URL
sync: false
- key: CORS_ORIGINS
value: https://zohaibcodez.github.io,http://localhost:3000
- key: ENVIRONMENT
value: production
- key: LOG_LEVEL
value: INFO
- key: OPENAI_DEFAULT_MODEL
value: gemini-2.0-flash
- key: LITELLM_MODEL
value: gemini-2.0-flash
healthCheckPath: /health