File tree 6 files changed +2
-31
lines changed
6 files changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ services:
15
15
- selenium-hub
16
16
environment :
17
17
- SE_EVENT_BUS_HOST=selenium-hub
18
- - SE_EVENT_BUS_PUBLISH_PORT=4442
19
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
20
18
- SE_ENABLE_TRACING=true
21
19
- SE_OTEL_TRACES_EXPORTER=otlp
22
20
- SE_OTEL_EXPORTER_ENDPOINT=http://jaeger:4317
@@ -30,8 +28,6 @@ services:
30
28
- selenium-hub
31
29
environment :
32
30
- SE_EVENT_BUS_HOST=selenium-hub
33
- - SE_EVENT_BUS_PUBLISH_PORT=4442
34
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
35
31
- SE_ENABLE_TRACING=true
36
32
- SE_OTEL_TRACES_EXPORTER=otlp
37
33
- SE_OTEL_EXPORTER_ENDPOINT=http://jaeger:4317
@@ -45,8 +41,6 @@ services:
45
41
- selenium-hub
46
42
environment :
47
43
- SE_EVENT_BUS_HOST=selenium-hub
48
- - SE_EVENT_BUS_PUBLISH_PORT=4442
49
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
50
44
- SE_ENABLE_TRACING=true
51
45
- SE_OTEL_TRACES_EXPORTER=otlp
52
46
- SE_OTEL_EXPORTER_ENDPOINT=http://jaeger:4317
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ services:
10
10
- selenium-hub
11
11
environment :
12
12
- SE_EVENT_BUS_HOST=selenium-hub
13
- - SE_EVENT_BUS_PUBLISH_PORT=4442
14
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
15
13
ports :
16
14
- " 6900:5900"
17
15
@@ -22,8 +20,6 @@ services:
22
20
- selenium-hub
23
21
environment :
24
22
- SE_EVENT_BUS_HOST=selenium-hub
25
- - SE_EVENT_BUS_PUBLISH_PORT=4442
26
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
27
23
ports :
28
24
- " 6901:5900"
29
25
@@ -34,8 +30,6 @@ services:
34
30
- selenium-hub
35
31
environment :
36
32
- SE_EVENT_BUS_HOST=selenium-hub
37
- - SE_EVENT_BUS_PUBLISH_PORT=4442
38
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
39
33
ports :
40
34
- " 6902:5900"
41
35
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ services:
11
11
shm_size : 2gb
12
12
environment :
13
13
- SE_EVENT_BUS_HOST=selenium-hub
14
- - SE_EVENT_BUS_PUBLISH_PORT=4442
15
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
16
14
deploy :
17
15
replicas : 1
18
16
entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
@@ -22,8 +20,6 @@ services:
22
20
shm_size : 2gb
23
21
environment :
24
22
- SE_EVENT_BUS_HOST=selenium-hub
25
- - SE_EVENT_BUS_PUBLISH_PORT=4442
26
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
27
23
deploy :
28
24
replicas : 1
29
25
entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
@@ -33,8 +29,6 @@ services:
33
29
shm_size : 2gb
34
30
environment :
35
31
- SE_EVENT_BUS_HOST=selenium-hub
36
- - SE_EVENT_BUS_PUBLISH_PORT=4442
37
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
38
32
deploy :
39
33
replicas : 1
40
34
entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ services:
11
11
shm_size : 2gb
12
12
environment :
13
13
- SE_EVENT_BUS_HOST=selenium-hub
14
- - SE_EVENT_BUS_PUBLISH_PORT=4442
15
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
16
14
deploy :
17
15
replicas : 1
18
16
entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
@@ -22,8 +20,6 @@ services:
22
20
shm_size : 2gb
23
21
environment :
24
22
- SE_EVENT_BUS_HOST=selenium-hub
25
- - SE_EVENT_BUS_PUBLISH_PORT=4442
26
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
27
23
deploy :
28
24
replicas : 1
29
25
entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
@@ -33,8 +29,6 @@ services:
33
29
shm_size : 2gb
34
30
environment :
35
31
- SE_EVENT_BUS_HOST=selenium-hub
36
- - SE_EVENT_BUS_PUBLISH_PORT=4442
37
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
38
32
deploy :
39
33
replicas : 1
40
34
entrypoint : bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
Original file line number Diff line number Diff line change @@ -50,10 +50,9 @@ docker version
50
50
docker buildx version
51
51
docker buildx use default || true
52
52
if [ " $( dpkg --print-architecture) " = " amd64" ]; then
53
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes ;
53
+ docker run --privileged --rm tonistiigi/binfmt --install all ;
54
54
else
55
- docker run --rm --privileged aptman/qus -- -r ;
56
- docker run --rm --privileged aptman/qus -s -- -p
55
+ docker run --privileged --rm tonistiigi/binfmt --install all ;
57
56
fi
58
57
docker info
59
58
echo " ==============================="
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ services:
9
9
- ./videos/relay_config.toml:/opt/selenium/config.toml
10
10
environment :
11
11
- SE_EVENT_BUS_HOST=selenium-hub
12
- - SE_EVENT_BUS_PUBLISH_PORT=4442
13
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
14
12
- SE_LOG_LEVEL=${LOG_LEVEL}
15
13
- GENERATE_CONFIG=false
16
14
@@ -58,8 +56,6 @@ services:
58
56
- emulator
59
57
environment :
60
58
- SE_EVENT_BUS_HOST=selenium-hub
61
- - SE_EVENT_BUS_PUBLISH_PORT=4442
62
- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
63
59
- SE_LOG_LEVEL=${LOG_LEVEL}
64
60
- SE_NODE_SESSION_TIMEOUT=${SESSION_TIMEOUT}
65
61
- SE_NODE_RELAY_URL=http://emulator:4723
You can’t perform that action at this time.
0 commit comments