-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
49 lines (44 loc) · 1.03 KB
/
render.yaml
File metadata and controls
49 lines (44 loc) · 1.03 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
services:
- type: web
name: leetbuddy
runtime: docker
plan: free
region: ohio
branch: main
repo: https://github.com/StormReaper121/DSA-Helper
dockerContext: .
dockerfilePath: ./Dockerfile
healthCheckPath: /health
domains:
- leetbuddy.app
envVars:
# Core Configuration
- key: NODE_ENV
value: production
- key: PORT
value: "10000"
- key: WEBSITE_PORT
value: "3001"
- key: EXTENSION_PORT
value: "3002"
# Redis Configuration
- key: REDIS_URL
sync: false
# API Keys and Secrets
- key: GEMINI_API_KEY
sync: false
# Chrome Extension Origin
- key: CHROME_EXTENSION_ORIGIN
sync: false
# Gemini Model Configuration
- key: MODEL
sync: false
- key: INSTRUCTIONS
sync: false
# Frontend Build Variables
- key: VITE_SITE_URL
sync: false
- key: VITE_VIDEO_URL
sync: false
- key: VITE_CHROME_STORE_URL
sync: false