This commit is contained in:
2025-11-19 01:33:29 +00:00
parent efd08e9b25
commit 8c3b798b16

View File

@@ -2,10 +2,10 @@ services:
litellm:
image: litellm/litellm:latest
restart: unless-stopped
volumes:
- /home/litellm/config.yaml:/app/config.yaml
command:
- "--config=/app/config.yaml"
# volumes:
# - /home/litellm/config.yaml:/app/config.yaml
# command:
# - "--config=/app/config.yaml"
environment:
DATABASE_URL: ${DATABASE_URL}
LITELLM_MASTER_KEY: ${LITELLM_MASTER_KEY}