open-webui / docker-compose.playwright.yaml
github-actions[bot]
GitHub deploy: 58d3aecbb8652f589a0aa4d6392afa3beb96913e
e43bb93
raw
history blame contribute delete
346 Bytes
services:
playwright:
image: mcr.microsoft.com/playwright:v1.49.1-noble # Version must match requirements.txt
container_name: playwright
command: npx -y [email protected] run-server --port 3000 --host 0.0.0.0
open-webui:
environment:
- 'RAG_WEB_LOADER_ENGINE=playwright'
- 'PLAYWRIGHT_WS_URI=ws://playwright:3000'