Skip to content

Instantly share code, notes, and snippets.

@lroslonek
Created December 20, 2015 21:03
Show Gist options
  • Save lroslonek/1f5ca6af7e1fbffa914a to your computer and use it in GitHub Desktop.
Save lroslonek/1f5ca6af7e1fbffa914a to your computer and use it in GitHub Desktop.
seleniumhub:
image: selenium/hub
ports:
- 4444:4444
firefoxnode:
image: selenium/node-firefox
ports:
- 5900
links:
- seleniumhub:hub
chromenode:
image: selenium/node-chrome
ports:
- 5900
links:
- seleniumhub:hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment