feat: disable Swagger UI in LiteLLM proxy

- Add --disable_swagger flag to LiteLLM command
- Improves security by hiding API documentation interface

🤖 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:14:43 +01:00
parent 187b5b5b12
commit f1ff42f452

View File

@@ -110,7 +110,8 @@ services:
'--port', '--port',
'4000', '4000',
'--detailed_debug', '--detailed_debug',
'--drop_params' '--drop_params',
'--disable_swagger'
] ]
depends_on: depends_on:
- ai_postgres - ai_postgres