thomas-ui-new / docker-compose.playwright.yaml
github-actions[bot]
GitHub deploy: 8bdefa5481173c9fb166379a028bf0b18f618c61
f6186f1
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:
- 'WEB_LOADER_ENGINE=playwright'
- 'PLAYWRIGHT_WS_URL=ws://playwright:3000'