mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
update ggr
This commit is contained in:
parent
6de1e73bef
commit
e8e5351a93
@ -1,6 +1,6 @@
|
||||
<qa:browsers xmlns:qa="urn:config.gridrouter.qatools.ru">
|
||||
<browser name="{{getenv "BROWSER_NAME" "chrome"}}" defaultVersion="{{getenv "BROWSER_VERSION" "78.0"}}">
|
||||
<version number="{{getenv "BROWSER_VERSION" "78.0"}}">
|
||||
<version number="{{getenv "BROWSER_VERSION" "89.0"}}">
|
||||
<region name="{{getenv "BROWSER_REGION" "1"}}">
|
||||
{{range lookupIP (getenv "BROWSER_HOSTS" "tasks.chrome")}}
|
||||
<host name="{{.}}" port="{{getenv "BROWSER_PORT" "5555"}}" count="{{getenv "BROWSER_COUNT" "1"}}"/>
|
||||
|
@ -8,7 +8,7 @@ services:
|
||||
- "4444:4444"
|
||||
environment:
|
||||
- BROWSER_NAME=chrome
|
||||
- BROWSER_VERSION=78.0
|
||||
- BROWSER_VERSION=89.0
|
||||
- BROWSER_REGION=1
|
||||
- BROWSER_HOSTS=tasks.chrome
|
||||
- BROWSER_PORT=5555
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '3.7'
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
|
||||
@ -8,7 +8,7 @@ services:
|
||||
- "4444:4444"
|
||||
environment:
|
||||
- BROWSER_NAME=chrome
|
||||
- BROWSER_VERSION=78.0
|
||||
- BROWSER_VERSION=89.0
|
||||
- BROWSER_REGION=1
|
||||
- BROWSER_HOSTS=tasks.chrome
|
||||
- BROWSER_PORT=4444
|
||||
@ -22,7 +22,7 @@ services:
|
||||
condition: on-failure
|
||||
|
||||
chrome:
|
||||
image: selenium/standalone-chrome:3.141.59-xenon
|
||||
image: selenium/standalone-chrome:3.141.59-20210311
|
||||
volumes:
|
||||
- /dev/shm:/dev/shm
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user