debuged python docker client issue

This commit is contained in:
2026-01-18 20:01:23 +01:00
parent fa2d278c79
commit 165d87899d
7 changed files with 111 additions and 166 deletions

View File

@@ -10,10 +10,7 @@ localhost {
# Session-specific routing - proxy to session manager for dynamic routing
handle /session/{session_id}* {
# Strip the session prefix and pass to session manager
uri strip_prefix /session/{session_id}
# Add session ID as header for routing
header X-Session-ID {session_id}
# Keep the full path including session ID for routing
reverse_proxy session-manager:8000
}