fix: wss launch config

This commit is contained in:
Rohit Rajan
2025-11-30 22:13:49 +05:30
parent b2fcf021f2
commit bbfa78ea9e
2 changed files with 7 additions and 2 deletions

View File

@@ -89,6 +89,8 @@ services:
- DEBUG=pw:browser*
- BROWSER_WS_PORT=${BROWSER_WS_PORT:-3001}
- BROWSER_HEALTH_PORT=${BROWSER_HEALTH_PORT:-3002}
- BROWSER_WS_HOST=${BROWSER_WS_HOST:-browser}
- PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:${BROWSER_HEALTH_PORT:-3002}/health"]