Skip to content

Commit

Permalink
build(render.yaml): add render.yaml to github
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed May 24, 2024
1 parent 16331b4 commit 4a63411
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4a63411

Please sign in to comment.