mirror of
https://github.com/open-webui/open-webui
synced 2025-02-22 21:32:32 +00:00
10 lines
339 B
YAML
10 lines
339 B
YAML
|
services:
|
||
|
playwright:
|
||
|
image: mcr.microsoft.com/playwright:v1.49.1-noble # Version must match requirements.txt
|
||
|
container_name: playwright
|
||
|
command: npx -y playwright@1.49.1 run-server --port 3000 --host 0.0.0.0
|
||
|
|
||
|
open-webui:
|
||
|
environment:
|
||
|
- 'RAG_WEB_LOADER=playwright'
|
||
|
- 'PLAYWRIGHT_WS_URI=ws://playwright:3000'
|