Instantly share code, notes, and snippets.

Embed
What would you like to do?
generated automatically from #selenium on seleniumhq slack
version: '2'
services:
chrome:
image: selenium/node-chrome:3.11.0-bismuth
# ports:
# port for VNC viewer. connect to vnc://0.0.0.0:5900 comment port section in order to view the browser
# - 5900:5900
depends_on:
- hub
environment:
- HUB_HOST=hub
- NODE_MAX_SESSION=4
- NODE_MAX_INSTANCES=4
hub:
image: selenium/hub:3.11.0-bismuth
ports:
- "4444:4444"
environment:
- GRID_MAX_SESSION=4
- GRID_DEBUG=true
- GRID_TIMEOUT=50
- GRID_BROWSER_TIMEOUT=60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment