open-webui / docker-compose.playwright.yaml
github-actions[bot]
GitHub deploy: 4d024c91d61f15a8b39171610ab1406915ef598d
d6703a1
services:
playwright:
image: mcr.microsoft.com/playwright:v1.58.0-noble # Version must match requirements.txt
container_name: playwright
command: npx -y playwright@1.58.0 run-server --port 3000 --host 0.0.0.0
open-webui:
environment:
- 'WEB_LOADER_ENGINE=playwright'
- 'PLAYWRIGHT_WS_URL=ws://playwright:3000'