build(render.yaml): add render.yaml to github

This commit is contained in:
Krrish Dholakia 2024-05-24 09:15:15 -07:00
parent 16331b438f
commit 4a63411f6c

13
render.yaml Normal file
View 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