Skip to content

Instantly share code, notes, and snippets.

@heiths
Created April 13, 2018 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heiths/c1b23c0f414dd5832d2a2f4aaa93df4a to your computer and use it in GitHub Desktop.
Save heiths/c1b23c0f414dd5832d2a2f4aaa93df4a to your computer and use it in GitHub Desktop.
selenium:
volumes:
- /dev/shm:/dev/shm
ports:
- "4321:4321"
build: ./docker/selenium_server/
selenium_hub:
image: selenium/hub
ports:
- 4444:4444
node_1:
image: selenium/node-chrome
links:
- selenium_hub:hub
node_2:
image: selenium/node-firefox
links:
- selenium_hub:hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment