mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
build(render.yaml): fixes with redhat extension
This commit is contained in:
parent
3ec0f8f591
commit
cf4ca0ef64
1 changed files with 4 additions and 5 deletions
|
@ -1,13 +1,12 @@
|
||||||
services:
|
services:
|
||||||
- type: web
|
- type: web
|
||||||
name: openai-proxy
|
name: openai-proxy
|
||||||
env: docker
|
runtime: image
|
||||||
plan: starter # or 'standard', 'standard-plus', etc.
|
image:
|
||||||
region: oregon # or another region
|
url: ghcr.io/berriai/litellm:main-stable
|
||||||
dockerImage: ghcr.io/berriai/litellm:main-stable
|
|
||||||
envVars:
|
envVars:
|
||||||
- key: PORT
|
- key: PORT
|
||||||
value: 4000
|
value: 4000
|
||||||
instances: 1
|
numInstances: 1
|
||||||
healthCheckPath: /health
|
healthCheckPath: /health
|
||||||
autoDeploy: true
|
autoDeploy: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue