Skip to content

Commit 90cf83c

Browse files
author
Uttam Singh
committed
Add Render deploy config
1 parent d5f94d5 commit 90cf83c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

render.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
services:
2+
- type: web
3+
name: fat-eibl-backend
4+
env: docker
5+
plan: free
6+
repo: https://github.com/uttamadhikari30-sys/FAT-EIBL
7+
branch: main
8+
dockerfilePath: backend/Dockerfile
9+
envVars:
10+
- key: DATABASE_URL
11+
value: postgresql://fatuser:fatpass@db:5432/fatdb
12+
- key: OPENAI_API_KEY
13+
sync: false
14+
- key: SECRET_KEY
15+
value: dev-secret
16+
- key: EMAIL_FROM
17+
18+
19+
- type: static
20+
name: fat-eibl-frontend
21+
buildCommand: npm run build
22+
publishPath: frontend/dist
23+
envVars:
24+
- key: VITE_API_URL
25+
value: https://fat-eibl-backend.onrender.com

0 commit comments

Comments
 (0)