Last active
March 8, 2018 07:26
-
-
Save derinbay/b3ff9593752bb09d80eea1d31e9dd43d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
seleniumhub: | |
image: selenium/hub:3.3.1-cesium | |
ports: | |
- 4444:4444 | |
environment: | |
- GRID_BROWSER_TIMEOUT=300 | |
- GRID_TIMEOUT=720 | |
chromenode: | |
image: selenium/node-chrome:3.3.1-cesium | |
volumes: | |
- /dev/shm:/dev/shm | |
links: | |
- seleniumhub:hub | |
dns: | |
- 172.20.x.x | |
- 172.20.x.x | |
- 172.18.x.x | |
- 172.18.x.x | |
- 8.8.8.8 | |
dns_search: | |
- x.local | |
environment: | |
- LC_ALL=en_US.UTF-8 | |
- LANGUAGE=en_US:en | |
- LANG=en_US.UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment