2025-02-03 09:44:40 +08:00
|
|
|
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:
|
2025-04-13 07:33:36 +08:00
|
|
|
- 'WEB_LOADER_ENGINE=playwright'
|
|
|
|
- 'PLAYWRIGHT_WS_URL=ws://playwright:3000'
|