mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-07 03:55:26 +00:00
Don't use Edge right now
This commit is contained in:
parent
0fa98c1a51
commit
9539778225
@ -14,19 +14,19 @@ services:
|
||||
volumes:
|
||||
- .:/mnt
|
||||
|
||||
edge:
|
||||
image: docker.io/selenium/node-edge:4.19.1-20240402
|
||||
shm_size: 2gb
|
||||
depends_on:
|
||||
- selenium-hub
|
||||
environment:
|
||||
- SE_EVENT_BUS_HOST=selenium-hub
|
||||
- SE_EVENT_BUS_PUBLISH_PORT=4442
|
||||
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
|
||||
ports:
|
||||
- "6901:5900"
|
||||
volumes:
|
||||
- .:/mnt
|
||||
# edge:
|
||||
# image: docker.io/selenium/node-edge:4.19.1-20240402
|
||||
# shm_size: 2gb
|
||||
# depends_on:
|
||||
# - selenium-hub
|
||||
# environment:
|
||||
# - SE_EVENT_BUS_HOST=selenium-hub
|
||||
# - SE_EVENT_BUS_PUBLISH_PORT=4442
|
||||
# - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
|
||||
# ports:
|
||||
# - "6901:5900"
|
||||
# volumes:
|
||||
# - .:/mnt
|
||||
|
||||
firefox:
|
||||
image: docker.io/selenium/node-firefox:4.19.1-20240402
|
||||
|
Loading…
x
Reference in New Issue
Block a user