Skip to content

Commit

Permalink
Adding VNC ports to Docker Compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 8, 2020
1 parent e079e04 commit 669a058
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose-v3-full-grid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ services:
- SE_EVENT_BUS_HOST=selenium-event-bus
- SE_EVENT_BUS_PUBLISH_PORT=4442
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
ports:
- "6900:5900"

firefox:
image: selenium/node-firefox:4.0.0-alpha-7-prerelease-20200905
Expand All @@ -73,6 +75,8 @@ services:
- SE_EVENT_BUS_HOST=selenium-event-bus
- SE_EVENT_BUS_PUBLISH_PORT=4442
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
ports:
- "6901:5900"

opera:
image: selenium/node-opera:4.0.0-alpha-7-prerelease-20200905
Expand All @@ -84,3 +88,5 @@ services:
- SE_EVENT_BUS_HOST=selenium-event-bus
- SE_EVENT_BUS_PUBLISH_PORT=4442
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
ports:
- "6902:5900"
6 changes: 6 additions & 0 deletions docker-compose-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
- SE_EVENT_BUS_HOST=selenium-hub
- SE_EVENT_BUS_PUBLISH_PORT=4442
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
ports:
- "6900:5900"

firefox:
image: selenium/node-firefox:4.0.0-alpha-7-prerelease-20200905
Expand All @@ -24,6 +26,8 @@ services:
- SE_EVENT_BUS_HOST=selenium-hub
- SE_EVENT_BUS_PUBLISH_PORT=4442
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
ports:
- "6901:5900"

opera:
image: selenium/node-opera:4.0.0-alpha-7-prerelease-20200905
Expand All @@ -35,6 +39,8 @@ services:
- SE_EVENT_BUS_HOST=selenium-hub
- SE_EVENT_BUS_PUBLISH_PORT=4442
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
ports:
- "6902:5900"

selenium-hub:
image: selenium/hub:4.0.0-alpha-7-prerelease-20200905
Expand Down

0 comments on commit 669a058

Please sign in to comment.