mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
* Update pyproject.toml (#101) * Update pyproject.toml * Update requirements.txt * Update requirements-min.txt * Upgrade Playwright version to 1.57.0 * Update langchain-community version to 0.3.29 * Update requirements.txt * Update requirements-min.txt
10 lines
343 B
YAML
10 lines
343 B
YAML
services:
|
|
playwright:
|
|
image: mcr.microsoft.com/playwright:v1.57.0-noble # Version must match requirements.txt
|
|
container_name: playwright
|
|
command: npx -y playwright@1.57.0 run-server --port 3000 --host 0.0.0.0
|
|
|
|
open-webui:
|
|
environment:
|
|
- 'WEB_LOADER_ENGINE=playwright'
|
|
- 'PLAYWRIGHT_WS_URL=ws://playwright:3000'
|