Spaces:
Sleeping
Sleeping
fix filename render.yaml
Browse files
render.ymal → render.yaml
RENAMED
|
@@ -2,7 +2,7 @@ services:
|
|
| 2 |
- type: web
|
| 3 |
name: fastapi-backend
|
| 4 |
env: python
|
|
|
|
| 5 |
buildCommand: ""
|
| 6 |
startCommand: uvicorn main:app --host 0.0.0.0 --port 10000
|
| 7 |
-
plan: free
|
| 8 |
autoDeploy: true
|
|
|
|
| 2 |
- type: web
|
| 3 |
name: fastapi-backend
|
| 4 |
env: python
|
| 5 |
+
plan: free
|
| 6 |
buildCommand: ""
|
| 7 |
startCommand: uvicorn main:app --host 0.0.0.0 --port 10000
|
|
|
|
| 8 |
autoDeploy: true
|