Skip to content

Commit b3f7faa

Browse files
committed
add render.yaml file
1 parent 2c43ee2 commit b3f7faa

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

render.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
services:
2+
# A Docker web service
3+
- type: web
4+
name: fastapi-example
5+
runtime: python
6+
plan: free
7+
autoDeploy: false
8+
buildCommand: pip install -r requirements.txt
9+
startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT

0 commit comments

Comments
 (0)