mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
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
|