Per-session Komodo creds from MCP client headers, remove baked-in env vars

This commit is contained in:
2026-09-08 19:09:59 +00:00
parent 36b30767ed
commit 9df8ab5af8
3 changed files with 55 additions and 36 deletions
-3
View File
@@ -5,8 +5,5 @@ services:
ports:
- "9999:9800"
environment:
- KOMODO_BASE_URL=${KOMODO_BASE_URL:-http://10.10.2.114:9120}
- KOMODO_API_KEY=${KOMODO_API_KEY}
- KOMODO_API_SECRET=${KOMODO_API_SECRET}
- PORT=9800
restart: unless-stopped