[docker-compose.yml](/example/compose/docker-compose.yml) file for setting up selenium grid. ----------------------------------------------------- Example compose file which can be used to set up selenium grid hub with emulator nodes connected to it ![](/images/compose_selenium_grid.png) Requirements ============ docker-compose for `scale:` option docker-compose v1.13.0 and newer is required Quick Start =========== ```bash docker-compose up ```