forked from phoenix/litellm-mirror
15 lines
343 B
YAML
15 lines
343 B
YAML
version: "3.9"
|
|
services:
|
|
litellm:
|
|
image: ghcr.io/berriai/litellm:main-latest
|
|
volumes:
|
|
- ./proxy_server_config.yaml:/app/proxy_server_config.yaml # mount your litellm config.yaml
|
|
ports:
|
|
- "4000:4000"
|
|
environment:
|
|
- AZURE_API_KEY=sk-123
|
|
clickhouse:
|
|
image: clickhouse/clickhouse-server
|
|
|
|
|
|
|