Skip to content

Instantly share code, notes, and snippets.

@diemol
Created June 9, 2017 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diemol/b7b59490d8bc31b3ecdf32ba72e132ed to your computer and use it in GitHub Desktop.
Save diemol/b7b59490d8bc31b3ecdf32ba72e132ed to your computer and use it in GitHub Desktop.
version: '2'
services:
# Used for my local environment
selenium:
image: selenium/standalone-chrome:3.4.0
ports:
- "4444:4444" # WebDriver
- "5900:5900" # VNC
environment:
- TZ=Europe/Moscow
- JAVA_OPTS=-Xmx4G
- DBUS_SESSION_BUS_ADDRESS=/dev/null
shm_size: 1g
volumes:
- /dev/shm:/dev/shm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment