mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 12:32:48 +00:00
10 lines
181 B
YAML
10 lines
181 B
YAML
services:
|
|
playwright:
|
|
image: mcr.microsoft.com/playwright:v1.39.0-jammy
|
|
working_dir: /work
|
|
volumes:
|
|
- .:/work
|
|
network_mode: host
|
|
environment:
|
|
- CI
|