Skip to content

Commit 143ec88

Browse files
Add Render.com deployment config
1 parent c843377 commit 143ec88

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

render.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
services:
2+
- type: web
3+
name: lumiclaim-backend
4+
env: python
5+
buildCommand: pip install -r requirements.txt
6+
startCommand: uvicorn backend.main:app --host 0.0.0.0 --port $PORT
7+
envVars:
8+
- key: GEMINI_API_KEY
9+
sync: false
10+
- key: PYTHONPATH
11+
value: .

requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ ragas==0.2.1
1616
datasets==3.2.0
1717
langchain-google-genai==2.0.7
1818
langchain-community==0.3.16
19+
20+
# Backend (FastAPI)
21+
fastapi==0.115.6
22+
uvicorn==0.34.0
23+
python-multipart==0.0.20
24+
pypdf2==3.0.1
25+
aiofiles==24.1.0

0 commit comments

Comments
 (0)