Introduce docker-compose.playwright.yaml + run-compose update

This commit is contained in:
Rory
2025-02-02 19:44:40 -06:00
parent 8da33721d5
commit c3df481b22
3 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
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'