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 89ec134 commit 895a6d0Copy full SHA for 895a6d0
render.yaml
@@ -1,12 +1,12 @@
1
services:
2
- # === Backend (FastAPI + Docker) ===
3
- type: web
4
name: fat-eibl-backend
5
env: docker
6
plan: free
7
repo: https://github.com/uttamadhikari30-sys/FAT-EIBL-V3
8
branch: main
9
dockerfilePath: backend/Dockerfile
+ buildContext: backend
10
envVars:
11
- key: DATABASE_URL
12
value: postgresql://fatuser:fatpass@db:5432/fatdb
0 commit comments