mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update selenium (hub)
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user