fix: use correct NO_DOCS and NO_REDOC environment variables

- Replace DISABLE_SWAGGER_UI with NO_DOCS and NO_REDOC
- Following official LiteLLM documentation for disabling API docs
- Disables both Swagger UI and Redoc documentation interfaces

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-14 02:17:40 +01:00
parent b66e28d874
commit 709dcd8882

View File

@@ -99,7 +99,8 @@ services:
LITELLM_MASTER_KEY: ${AI_LITELLM_API_KEY}
DATABASE_URL: postgresql://${AI_DB_USER}:${AI_DB_PASSWORD}@ai_postgres:5432/litellm
LITELLM_DROP_PARAMS: 'true'
DISABLE_SWAGGER_UI: 'true'
NO_DOCS: 'true'
NO_REDOC: 'true'
volumes:
- ./litellm-config.yaml:/app/litellm-config.yaml:ro
command: