Skip to content

Commit 669a058

Browse files
committed
Adding VNC ports to Docker Compose files
1 parent e079e04 commit 669a058

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docker-compose-v3-full-grid.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ services:
6262
- SE_EVENT_BUS_HOST=selenium-event-bus
6363
- SE_EVENT_BUS_PUBLISH_PORT=4442
6464
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
65+
ports:
66+
- "6900:5900"
6567

6668
firefox:
6769
image: selenium/node-firefox:4.0.0-alpha-7-prerelease-20200905
@@ -73,6 +75,8 @@ services:
7375
- SE_EVENT_BUS_HOST=selenium-event-bus
7476
- SE_EVENT_BUS_PUBLISH_PORT=4442
7577
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
78+
ports:
79+
- "6901:5900"
7680

7781
opera:
7882
image: selenium/node-opera:4.0.0-alpha-7-prerelease-20200905
@@ -84,3 +88,5 @@ services:
8488
- SE_EVENT_BUS_HOST=selenium-event-bus
8589
- SE_EVENT_BUS_PUBLISH_PORT=4442
8690
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
91+
ports:
92+
- "6902:5900"

docker-compose-v3.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ services:
1313
- SE_EVENT_BUS_HOST=selenium-hub
1414
- SE_EVENT_BUS_PUBLISH_PORT=4442
1515
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
16+
ports:
17+
- "6900:5900"
1618

1719
firefox:
1820
image: selenium/node-firefox:4.0.0-alpha-7-prerelease-20200905
@@ -24,6 +26,8 @@ services:
2426
- SE_EVENT_BUS_HOST=selenium-hub
2527
- SE_EVENT_BUS_PUBLISH_PORT=4442
2628
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
29+
ports:
30+
- "6901:5900"
2731

2832
opera:
2933
image: selenium/node-opera:4.0.0-alpha-7-prerelease-20200905
@@ -35,6 +39,8 @@ services:
3539
- SE_EVENT_BUS_HOST=selenium-hub
3640
- SE_EVENT_BUS_PUBLISH_PORT=4442
3741
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
42+
ports:
43+
- "6902:5900"
3844

3945
selenium-hub:
4046
image: selenium/hub:4.0.0-alpha-7-prerelease-20200905

0 commit comments

Comments
 (0)