version: "2"

services:
  webdriver:
      # image: selenium/node-chrome-debug:3.14.0-arsenic
      image: selenium/standalone-chrome-debug:3.141.59-radium
      #image: proxiedchrome:latest
      volumes:
        - /dev/shm:/dev/shm
      ports:
        - "5900:5900"
        - "4444:4444"
      environment:
        # HUB_HOST: hub
        HTTP_PROXY: "docker.for.mac.localhost:8080"
        HTTPS_PROXY: "docker.for.mac.localhost:8080"
        NO_PROXY: "localhost,127.0.0.1,localaddress,.localdomain.com"


