-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
38 lines (38 loc) · 1.15 KB
/
Copy pathrender.yaml
File metadata and controls
38 lines (38 loc) · 1.15 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
services:
- type: web
name: bhulan
runtime: docker
# Starter is Render's cheapest web tier without free-plan spin-down, so the
# demo has no cold-start warmup. This is a blueprint-managed field: if it
# ever reads "free" again, a Blueprint sync will downgrade the service and
# the ~30-60s cold start returns. Change here, not only in the dashboard.
plan: starter
dockerfilePath: ./Dockerfile
healthCheckPath: /v1/healthz
envVars:
- key: ALLOWED_ORIGINS
value: "*"
- key: BHULAN_AUTH_ENABLED
value: "false"
- key: AUTH_DEV_MODE
value: "false"
- key: ENABLE_PROMETHEUS
value: "false"
- key: API_KEY
sync: false
- key: RATE_LIMIT_INSIGHTS
value: 10/minute
- key: RATE_LIMIT_PLOT
value: 30/minute
- key: MAX_PUBLIC_TEXT_BYTES
value: "1000000"
- key: MAX_PUBLIC_POINTS
value: "25000"
- key: MAX_COMPARE_TOTAL_POINTS
value: "50000"
- key: MAX_UPLOAD_BYTES
value: "5242880"
- key: ENABLE_REVERSE_GEOCODING
value: "false"
- key: WEB_DIST_DIR
value: /app/web/dist