1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-14 23:55:02 +02:00
Files
dockerfiles/litellm/docker-compose.yml

13 lines
318 B
YAML
Raw Normal View History

2024-12-27 14:36:28 +08:00
services:
litellm:
image: ghcr.io/berriai/litellm:main-stable
command: --config /app/config.yaml --detailed_debug
ports:
- "4000:4000"
volumes:
- ./data/config.yaml:/app/config.yaml
environment:
- OPENAI_API_KEY=sk-xxxxxx
- ANTHROPIC_API_KEY=sk-xxxxxx
restart: unless-stopped