mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
15 lines
335 B
YAML
15 lines
335 B
YAML
services:
|
|
- type: web
|
|
name: headroom-proxy
|
|
runtime: docker
|
|
plan: starter
|
|
dockerfilePath: ./Dockerfile
|
|
dockerContext: .
|
|
envVars:
|
|
- key: OPENAI_API_KEY
|
|
sync: false
|
|
- key: ANTHROPIC_API_KEY
|
|
sync: false
|
|
- key: HEADROOM_TELEMETRY
|
|
value: "off"
|
|
healthCheckPath: /health
|