Skip to content

Instantly share code, notes, and snippets.

@walterwhites
Created November 13, 2019 23:10
Show Gist options
  • Save walterwhites/0df6c2097d7a8b79630a7cb7c1b1c447 to your computer and use it in GitHub Desktop.
Save walterwhites/0df6c2097d7a8b79630a7cb7c1b1c447 to your computer and use it in GitHub Desktop.
hub:
image: selenium/hub
ports:
- "4444:4444"
environment:
- GRID_TIMEOUT=180
restart: always
chrome:
image: selenium/node-chrome
ports:
- "5900"
environment:
- SCREEN_WIDTH=1920
- SCREEN_HEIGHT=1080
restart: always
links:
- hub
shm_size: 1024M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment