fix: correct LiteLLM config volume mount path
This commit is contained in:
@@ -97,8 +97,8 @@ services:
|
|||||||
ANTHROPIC_API_KEY: ${ANTHROPIC_API_KEY}
|
ANTHROPIC_API_KEY: ${ANTHROPIC_API_KEY}
|
||||||
LITELLM_MASTER_KEY: ${AI_WEBUI_SECRET_KEY}
|
LITELLM_MASTER_KEY: ${AI_WEBUI_SECRET_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
- ./ai/litellm-config.yaml:/app/config.yaml:ro
|
- ./litellm-config.yaml:/app/litellm-config.yaml:ro
|
||||||
command: ["--config", "/app/config.yaml", "--port", "4000", "--num_workers", "1"]
|
command: ["--config", "/app/litellm-config.yaml", "--port", "4000", "--num_workers", "1"]
|
||||||
networks:
|
networks:
|
||||||
- compose_network
|
- compose_network
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user