2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

added selenoid

This commit is contained in:
kev
2019-11-03 12:01:33 +08:00
parent 3d07dd0039
commit 8fa3f30613
8 changed files with 152 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
version: '3.5'
version: '3.7'
services:
hub:
image: selenium/hub:3.141.59-selenium
ports:
@@ -19,6 +21,7 @@ services:
- node.role == manager
restart_policy:
condition: on-failure
firefox:
image: selenium/node-firefox:3.141.59-selenium
entrypoint: bash -c 'REMOTE_HOST=http://$$HOSTNAME:5555 /opt/bin/entry_point.sh'
@@ -39,6 +42,7 @@ services:
- node.role == manager
restart_policy:
condition: on-failure
chrome:
image: selenium/node-chrome:3.141.59-selenium
entrypoint: bash -c 'REMOTE_HOST=http://$$HOSTNAME:5555 /opt/bin/entry_point.sh'
@@ -59,6 +63,7 @@ services:
- node.role == worker
restart_policy:
condition: on-failure
networks:
default:
ipam: