hub:
  image: selenium/hub:3.141.0
  ports:
    - 4444:4444
chrome:
  image: selenium/node-chrome:3.141.0
  links:
    - hub
