forked from phoenix/litellm-mirror
build(render.yaml): fix image name
This commit is contained in:
parent
beb51f5271
commit
2b865ec12c
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ services:
|
||||||
env: docker
|
env: docker
|
||||||
plan: starter # or 'standard', 'standard-plus', etc.
|
plan: starter # or 'standard', 'standard-plus', etc.
|
||||||
region: oregon # or another region
|
region: oregon # or another region
|
||||||
image: ghcr.io/berriai/litellm:main-stable # Specify your Docker image here
|
image:
|
||||||
|
name: ghcr.io/berriai/litellm
|
||||||
|
tag: main-stable
|
||||||
envVars:
|
envVars:
|
||||||
- key: PORT
|
- key: PORT
|
||||||
value: 4000
|
value: 4000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue