Skip to content

Commit 7befe84

Browse files
authored
remove old config
Removed open-webui service configuration and related comments.
1 parent 1b1c3d7 commit 7befe84

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff 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

10074
networks:
10175
eset-mcp:

0 commit comments

Comments
 (0)