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