2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/litellm/docker-compose.yml
2024-12-27 14:36:28 +08:00

13 lines
318 B
YAML

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