fix: wss launch config
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user