0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/docker-compose.playwright.yml

12 lines
343 B
YAML
Raw Normal View History

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]