mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
update selenium (hub)
This commit is contained in:
parent
2f72168c15
commit
78f8b4b314
27
selenium/docker-compose-hub.yml
Normal file
27
selenium/docker-compose-hub.yml
Normal file
@ -0,0 +1,27 @@
|
||||
hub:
|
||||
image: selenium/hub
|
||||
ports:
|
||||
- "4444:4444"
|
||||
restart: always
|
||||
|
||||
firefox:
|
||||
image: selenium/node-firefox-debug
|
||||
ports:
|
||||
- "5555"
|
||||
- "5900"
|
||||
links:
|
||||
- hub
|
||||
environment:
|
||||
- JAVA_OPTS=-Xmx512m
|
||||
restart: always
|
||||
|
||||
chrome:
|
||||
image: selenium/node-chrome-debug
|
||||
ports:
|
||||
- "5555"
|
||||
- "5900"
|
||||
links:
|
||||
- hub
|
||||
environment:
|
||||
- JAVA_OPTS=-Xmx512m
|
||||
restart: always
|
Loading…
Reference in New Issue
Block a user