Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
docker-compose
/
Filename :
selenium.override.yml
back
Copy
# to use this add docker-compose/selenium.override.yml # to your COMPOSE_FILE var in .env version: '2.3' services: web: links: - selenium-hub ## We list all of the different standalone containers as `selenium-hub` since Jenkins ## will use the actual hub + node configuration instead of a standalone for performance ## reasons. Listing all of them as selenium-hub saves a great deal of configuration issues ## Chrome selenium-hub: image: selenium/standalone-chrome # Use the seleniarm (not selenium) image on ARM architectures # image: seleniarm/standalone-chromium:latest # or # image: seleniarm/standalone-chromium:4.16 environment: SE_NODE_GRID_URL: selenium-hub:4444/wd/hub VIRTUAL_HOST: seleniumch.docker init: true ports: - 5901:5900 ## Firefox # selenium-hub: # image: selenium/standalone-firefox # environment: # SE_NODE_GRID_URL: selenium-hub:4444/wd/hub # VIRTUAL_HOST: seleniumff.docker # init: true # ports: # - 5900:5900 ## Edge # selenium-hub: # image: selenium/standalone-edge # environment: # SE_NODE_GRID_URL: selenium-hub:4444/wd/hub # VIRTUAL_HOST: seleniumedge.docker # init: true # ports: # - 5902:5900