2024-05-25 00:15:15 +08:00
|
|
|
services:
|
|
|
|
|
- type: web
|
|
|
|
|
name: openai-proxy
|
2024-05-25 00:33:24 +08:00
|
|
|
runtime: image
|
|
|
|
|
image:
|
|
|
|
|
url: ghcr.io/berriai/litellm:main-stable
|
2024-05-25 00:15:15 +08:00
|
|
|
envVars:
|
|
|
|
|
- key: PORT
|
|
|
|
|
value: 4000
|
2024-05-25 00:33:24 +08:00
|
|
|
numInstances: 1
|
2024-05-25 00:45:28 +08:00
|
|
|
healthCheckPath: /health/liveliness
|
2024-05-25 00:15:15 +08:00
|
|
|
autoDeploy: true
|