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'