open-webui/docker-compose.playwright.yaml
Kaikawala Gedara Theekshana Nadun Bandara Kaikawla 6f5fcc2a50 branded with text
2025-03-31 12:18:15 +05:30

10 lines
347 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
ceylon-ally:
environment:
- 'RAG_WEB_LOADER_ENGINE=playwright'
- 'PLAYWRIGHT_WS_URI=ws://playwright:3000'