lilith-platform.live/deployments/playwright-e2e-docker/docker-compose.yml
Claude Code 6fb09e0c22 ci(playwright-e2e): 👷 Update Docker deployment configurations for Playwright E2E test suite
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 15:21:57 -07:00

13 lines
383 B
YAML

services:
playwright:
image: mcr.microsoft.com/playwright:v1.51.0-noble
working_dir: /repo/deployments/playwright-e2e-docker
volumes:
- ../../:/repo
- /tmp:/tmp
command: npx playwright test
environment:
- CI=true
- HOME=/root
# Host networking so localhost:3099/3022/5120/5199 resolve identically to the host.
network_mode: host