-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
28 lines (28 loc) · 876 Bytes
/
Copy pathrender.yaml
File metadata and controls
28 lines (28 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
services:
- type: web
name: explodedview-backend
runtime: docker
dockerfilePath: ./backend/Dockerfile
dockerContext: .
plan: starter
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 5000
- key: MONGO_URI
sync: false # set in Render dashboard: your MongoDB Atlas connection string
- key: STORAGE_PATH
value: /tmp/explodedview-storage
- key: PYTHON_EXECUTABLE
value: python3
- key: PYTHON_WORKER_PATH
value: /app/ai-worker/main.py
- key: GEMINI_API_KEY
sync: false # set in Render dashboard
- key: CLOUDINARY_CLOUD_NAME
sync: false # set in Render dashboard
- key: CLOUDINARY_API_KEY
sync: false # set in Render dashboard
- key: CLOUDINARY_API_SECRET
sync: false # set in Render dashboard