forked from phoenix/litellm-mirror
13 lines
330 B
YAML
13 lines
330 B
YAML
services:
|
|
- type: web
|
|
name: openai-proxy
|
|
env: docker
|
|
plan: starter # or 'standard', 'standard-plus', etc.
|
|
region: oregon # or another region
|
|
dockerImage: ghcr.io/berriai/litellm:main-stable
|
|
envVars:
|
|
- key: PORT
|
|
value: 4000
|
|
instances: 1
|
|
healthCheckPath: /health
|
|
autoDeploy: true
|