mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
12 lines
343 B
YAML
12 lines
343 B
YAML
|
services:
|
||
|
playwright:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile.playwright
|
||
|
network_mode: host
|
||
|
volumes:
|
||
|
- './playwright:/work/playwright'
|
||
|
- './playwright-report:/work/playwright-report'
|
||
|
- './test-results:/work/test-results'
|
||
|
# profiles: [playwright]
|