-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
25 lines (24 loc) · 783 Bytes
/
render.yaml
File metadata and controls
25 lines (24 loc) · 783 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
# ── Manas Backend – Render Deployment Blueprint ─────────────────────────────
# This file tells Render how to build and deploy the backend.
# Docs: https://docs.render.com/blueprint-spec
services:
- type: web
name: manas-backend
runtime: docker
dockerfilePath: ./backend/Dockerfile
dockerContext: ./backend
plan: free
envVars:
- key: GROQ_API_KEY
sync: false # You must set this manually in the Render dashboard
- key: CARTESIA_API_KEY
sync: false
- key: HF_API_TOKEN
sync: false
- key: SUPABASE_URL
sync: false
- key: SUPABASE_KEY
sync: false
- key: SUPABASE_JWT_SECRET
sync: false
healthCheckPath: /