-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
27 lines (26 loc) · 863 Bytes
/
Copy pathrender.yaml
File metadata and controls
27 lines (26 loc) · 863 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
services:
- type: web
# Pre-rebrand service slug and env-var names, kept deliberately: renaming a
# live Blueprint service makes Render provision a NEW service and orphan the
# deployed URL. The app reads SAAKHSCORE_* first and falls back to these
# UDYAMPULSE_* names (backend/env_compat.py); coordinated rename is a
# post-hackathon step (Render dashboard first, then this file).
name: udyampulse-idbi
runtime: docker
branch: main
dockerfilePath: ./Dockerfile
dockerContext: .
autoDeployTrigger: commit
healthCheckPath: /health/ready
envVars:
- key: PYTHONUNBUFFERED
value: "1"
- key: PORT
value: "8000"
- key: UDYAMPULSE_MODE
value: "public_demo"
- key: UDYAMPULSE_MAX_BODY_BYTES
value: "8388608"
previews:
generation: manual
expireAfterDays: 3