We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f94d5 commit 90cf83cCopy full SHA for 90cf83c
render.yaml
@@ -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
+ value: [email protected]
18
+
19
+ - type: static
20
+ name: fat-eibl-frontend
21
+ buildCommand: npm run build
22
+ publishPath: frontend/dist
23
24
+ - key: VITE_API_URL
25
+ value: https://fat-eibl-backend.onrender.com
0 commit comments