-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
46 lines (42 loc) · 996 Bytes
/
render.yaml
File metadata and controls
46 lines (42 loc) · 996 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
services:
- type: web
name: ever-jobs-api
runtime: node
buildCommand: npm run build
startCommand: npm run start
envVars:
- key: NODE_ENV
value: production
- key: DATA_DIR
value: /data
- key: SCHEDULER_ENABLED
value: 'true'
- key: SCHEDULER_TIME
value: '09:00'
- key: FILTER_FRESHERS_ONLY
value: 'true'
- key: FILTER_INDIA_OFFICE_ONLY
value: 'true'
- key: FILTER_ALLOW_REMOTE
value: 'true'
- key: ENABLE_CACHE
value: 'false'
- key: LOG_LEVEL
value: 'info'
# Add these sensitive values in Render dashboard:
# TELEGRAM_BOT_TOKEN
# TELEGRAM_CHAT_ID
# GEMINI_API_KEY
pricing:
type: standard
cpuCores: 1
memoryGB: 1
disk:
name: job-search-data
sizeGB: 1
mountPath: /data
autoDeploy: true
headers:
- path: /*
name: Cache-Control
value: no-store