open-webui / docker-compose.playwright.yaml
github-actions[bot]
GitHub deploy: fe653a133672834321f02d8f21070debccbfb140
42c7b73
raw
history blame contribute delete
343 Bytes
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'