Skip to content

Instantly share code, notes, and snippets.

@gregorycoleman
Created December 27, 2016 07:47
Show Gist options
  • Save gregorycoleman/19cc5315843bb1ff1cdb4aea41360ab6 to your computer and use it in GitHub Desktop.
Save gregorycoleman/19cc5315843bb1ff1cdb4aea41360ab6 to your computer and use it in GitHub Desktop.
hub:
image: selenium/hub
ports:
- "4444:4444"
container_name: hub
drupal:
image: drupal/latest
container_name: drupal
ports:
- "8080:80"
node:
image: selenium/node-firefox
links:
- hub
environment:
- HUB_PORT_4444_TCP_ADDR=hub
- HUB_PORT_4444_TCP_PORT=4444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment