mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:18 +02:00
update selenium
This commit is contained in:
parent
f816cb6185
commit
73c53c09f7
@ -1,9 +1,9 @@
|
|||||||
version: '3.7'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
hub:
|
hub:
|
||||||
image: selenium/hub:3.141.59-selenium
|
image: selenium/hub:3.141.59
|
||||||
ports:
|
ports:
|
||||||
- "4444:4444"
|
- "4444:4444"
|
||||||
volumes:
|
volumes:
|
||||||
@ -23,7 +23,7 @@ services:
|
|||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
|
||||||
firefox:
|
firefox:
|
||||||
image: selenium/node-firefox:3.141.59-selenium
|
image: selenium/node-firefox:3.141.59
|
||||||
entrypoint: bash -c 'REMOTE_HOST=http://$$HOSTNAME:5555 /opt/bin/entry_point.sh'
|
entrypoint: bash -c 'REMOTE_HOST=http://$$HOSTNAME:5555 /opt/bin/entry_point.sh'
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/shm:/dev/shm
|
- /dev/shm:/dev/shm
|
||||||
@ -44,7 +44,7 @@ services:
|
|||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
|
||||||
chrome:
|
chrome:
|
||||||
image: selenium/node-chrome:3.141.59-selenium
|
image: selenium/node-chrome:3.141.59
|
||||||
entrypoint: bash -c 'REMOTE_HOST=http://$$HOSTNAME:5555 /opt/bin/entry_point.sh'
|
entrypoint: bash -c 'REMOTE_HOST=http://$$HOSTNAME:5555 /opt/bin/entry_point.sh'
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/shm:/dev/shm
|
- /dev/shm:/dev/shm
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
version: '3'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
selenium-hub:
|
hub:
|
||||||
image: selenium/hub:3.141.59-neon
|
image: selenium/hub:3.141.59
|
||||||
ports:
|
ports:
|
||||||
- "4444:4444"
|
- "4444:4444"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
chrome:
|
chrome:
|
||||||
image: selenium/node-chrome:3.141.59-neon
|
image: selenium/node-chrome:3.141.59
|
||||||
ports:
|
ports:
|
||||||
- "5555:5555"
|
- "5555:5555"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user