@@ -17,6 +17,7 @@ services:
1717 volumes :
1818 - ./videos/certs:/opt/selenium/secrets
1919 environment :
20+ - SE_ENABLE_TRACING=false
2021 - SE_EVENT_BUS_HOST=selenium-hub
2122 - SE_EVENT_BUS_PUBLISH_PORT=4442
2223 - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
@@ -57,6 +58,7 @@ services:
5758 volumes :
5859 - ./videos/certs:/opt/selenium/secrets
5960 environment :
61+ - SE_ENABLE_TRACING=false
6062 - SE_EVENT_BUS_HOST=selenium-hub
6163 - SE_EVENT_BUS_PUBLISH_PORT=4442
6264 - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
@@ -94,6 +96,7 @@ services:
9496 volumes :
9597 - ./videos/certs:/opt/selenium/secrets
9698 environment :
99+ - SE_ENABLE_TRACING=false
97100 - SE_EVENT_BUS_HOST=selenium-hub
98101 - SE_EVENT_BUS_PUBLISH_PORT=4442
99102 - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
@@ -128,6 +131,7 @@ services:
128131 volumes :
129132 - ./videos/certs:/opt/selenium/secrets
130133 environment :
134+ - SE_ENABLE_TRACING=false
131135 - SE_LOG_LEVEL=${LOG_LEVEL}
132136 - SE_SESSION_REQUEST_TIMEOUT=${REQUEST_TIMEOUT}
133137 - SE_SUPERVISORD_LOG_LEVEL=error
0 commit comments