.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user