File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,32 +70,6 @@ services:
7070 aliases :
7171 - eset-mcp-http # Caddyfile reverse_proxy points here
7272
73- # ─── OpenWebUI — chat UI podłączone do ContextForge przez MCP ───────────
74- # docker compose up -d open-webui
75- # UI dostępne na http://localhost:3000
76- # Po uruchomieniu: Admin → Settings → Tools → Add Tool Server
77- # Type: MCP URL: http://mcpforge-gateway:4444/mcp
78- # Header: Authorization: Bearer <JWT z ContextForge>
79- open-webui :
80- image : ghcr.io/open-webui/open-webui:main
81- container_name : open-webui
82- restart : unless-stopped
83- ports :
84- - " 3000:8080"
85- environment :
86- # LLM backend — ustaw jeden z poniższych:
87- # OpenAI API:
88- OPENAI_API_KEY : " ${OPENAI_API_KEY:-}"
89- # Anthropic przez litellm proxy albo bezpośrednie OpenAI-compatible:
90- # OPENAI_API_BASE_URL: "https://api.anthropic.com/v1"
91- # Wyłącz Ollama jeśli nie używasz:
92- ENABLE_OLLAMA_API : " false"
93- WEBUI_AUTH : " true"
94- volumes :
95- - open_webui_data:/app/backend/data
96- networks :
97- - eset-mcp
98- - mcpnet
9973
10074networks :
10175 eset-mcp :
You can’t perform that action at this time.
0 commit comments