mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:41 +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">
|
<qa:browsers xmlns:qa="urn:config.gridrouter.qatools.ru">
|
||||||
<browser name="{{getenv "BROWSER_NAME" "chrome"}}" defaultVersion="{{getenv "BROWSER_VERSION" "78.0"}}">
|
<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"}}">
|
<region name="{{getenv "BROWSER_REGION" "1"}}">
|
||||||
{{range lookupIP (getenv "BROWSER_HOSTS" "tasks.chrome")}}
|
{{range lookupIP (getenv "BROWSER_HOSTS" "tasks.chrome")}}
|
||||||
<host name="{{.}}" port="{{getenv "BROWSER_PORT" "5555"}}" count="{{getenv "BROWSER_COUNT" "1"}}"/>
|
<host name="{{.}}" port="{{getenv "BROWSER_PORT" "5555"}}" count="{{getenv "BROWSER_COUNT" "1"}}"/>
|
||||||
|
@ -8,7 +8,7 @@ services:
|
|||||||
- "4444:4444"
|
- "4444:4444"
|
||||||
environment:
|
environment:
|
||||||
- BROWSER_NAME=chrome
|
- BROWSER_NAME=chrome
|
||||||
- BROWSER_VERSION=78.0
|
- BROWSER_VERSION=89.0
|
||||||
- BROWSER_REGION=1
|
- BROWSER_REGION=1
|
||||||
- BROWSER_HOSTS=tasks.chrome
|
- BROWSER_HOSTS=tasks.chrome
|
||||||
- BROWSER_PORT=5555
|
- BROWSER_PORT=5555
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: '3.7'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ services:
|
|||||||
- "4444:4444"
|
- "4444:4444"
|
||||||
environment:
|
environment:
|
||||||
- BROWSER_NAME=chrome
|
- BROWSER_NAME=chrome
|
||||||
- BROWSER_VERSION=78.0
|
- BROWSER_VERSION=89.0
|
||||||
- BROWSER_REGION=1
|
- BROWSER_REGION=1
|
||||||
- BROWSER_HOSTS=tasks.chrome
|
- BROWSER_HOSTS=tasks.chrome
|
||||||
- BROWSER_PORT=4444
|
- BROWSER_PORT=4444
|
||||||
@ -22,7 +22,7 @@ services:
|
|||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
|
||||||
chrome:
|
chrome:
|
||||||
image: selenium/standalone-chrome:3.141.59-xenon
|
image: selenium/standalone-chrome:3.141.59-20210311
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/shm:/dev/shm
|
- /dev/shm:/dev/shm
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user