MQL5-Google-Onedrive/boat-house/selenium/dotnet-uitest/docker-compose-hub.yml
copilot-swe-agent[bot] aaf34679c7 Add boat-house microservices system to project
Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
2026-02-10 06:28:01 +00:00

23 lines
No EOL
526 B
YAML

version: "3"
services:
selenium-hub:
image: selenium/hub:3.141.59-bismuth
container_name: selenium-hub
ports:
- "4444:4444"
chrome:
image: selenium/node-chrome-debug:3.141.59-bismuth
depends_on:
- selenium-hub
environment:
- HUB_HOST=selenium-hub
- HUB_PORT=4444
ports:
- "5900:5900"
# firefox:
# image: selenium/node-firefox:3.141.59-bismuth
# depends_on:
# - selenium-hub
# environment:
# - HUB_HOST=selenium-hub
# - HUB_PORT=4444