forked from phoenix/litellm-mirror
build(render.yaml): add render.yaml to github
This commit is contained in:
parent
16331b438f
commit
4a63411f6c
1 changed files with 13 additions and 0 deletions
13
render.yaml
Normal file
13
render.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
services:
|
||||
- type: web
|
||||
name: openai-proxy
|
||||
env: docker
|
||||
plan: starter # or 'standard', 'standard-plus', etc.
|
||||
region: oregon # or another region
|
||||
image: ghcr.io/berriai/litellm:main-stable # Specify your Docker image here
|
||||
envVars:
|
||||
- key: PORT
|
||||
value: 4000
|
||||
instances: 1
|
||||
healthCheckPath: /health
|
||||
autoDeploy: true
|
Loading…
Add table
Add a link
Reference in a new issue