1- # To execute this docker compose yml file use `docker compose -f docker-compose-v3-full-grid.yml up`
1+ # To execute this docker compose yml file use `docker compose -f docker-compose-v3-full-grid.yml up -d `
22# Add the `-d` flag at the end for detached execution
33# To stop the execution, hit Ctrl+C, and then `docker compose -f docker-compose-v3-full-grid.yml down`
44version : " 3"
@@ -73,6 +73,7 @@ services:
7373 - SE_EVENT_BUS_HOST=selenium-event-bus
7474 - SE_EVENT_BUS_PUBLISH_PORT=4442
7575 - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
76+ - SE_NODE_MAX_SESSIONS=5
7677
7778 edge :
7879 image : selenium/node-edge:latest
@@ -83,6 +84,7 @@ services:
8384 - SE_EVENT_BUS_HOST=selenium-event-bus
8485 - SE_EVENT_BUS_PUBLISH_PORT=4442
8586 - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
87+ - SE_NODE_MAX_SESSIONS=4
8688
8789 firefox :
8890 image : selenium/node-firefox:latest
@@ -92,4 +94,5 @@ services:
9294 environment :
9395 - SE_EVENT_BUS_HOST=selenium-event-bus
9496 - SE_EVENT_BUS_PUBLISH_PORT=4442
95- - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
97+ - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
98+ - SE_NODE_MAX_SESSIONS=3
0 commit comments