mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-05 04:15:27 +01:00
add selenium-grid
This commit is contained in:
13
selenium/grid/docker-compose-node.yml
Normal file
13
selenium/grid/docker-compose-node.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
chrome:
|
||||
image: selenium/node-chrome:3.141.59-neon
|
||||
ports:
|
||||
- "5555:5555"
|
||||
volumes:
|
||||
- /dev/shm:/dev/shm
|
||||
environment:
|
||||
- HUB_HOST=10.0.0.21
|
||||
- HUB_PORT=4444
|
||||
- REMOTE_HOST=http://10.0.0.22:5555
|
||||
- NODE_MAX_INSTANCES=2
|
||||
- NODE_MAX_SESSION=2
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user