forked from phoenix/litellm-mirror
12 lines
256 B
YAML
12 lines
256 B
YAML
services:
|
|
- type: web
|
|
name: openai-proxy
|
|
runtime: image
|
|
image:
|
|
url: ghcr.io/berriai/litellm:main-stable
|
|
envVars:
|
|
- key: PORT
|
|
value: 4000
|
|
numInstances: 1
|
|
healthCheckPath: /health/liveliness
|
|
autoDeploy: true
|