6 Star 67 Fork 37

baizunxian/zerorunner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
node-config.toml 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
xiaobai 提交于 2023-06-04 19:08 . # ui docker 配置
[docker]
# 需要启动的浏览器 这里默认启动 chrom 下面有 firefox MicrosoftEdge 的配置
configs = [
"selenium/standalone-chrome:4.9.1-20230508", '{"browserName": "chrome", "platformName": "linux"}'
]
#configs = [
# "selenium/standalone-firefox:4.9.1-20230508", '{"browserName": "firefox", "platformName": "linux"}',
# "selenium/standalone-chrome:4.9.1-20230508", '{"browserName": "chrome", "platformName": "linux"}',
# "selenium/standalone-edge:4.9.1-20230508", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
#]
# URL for connecting to the docker daemon
# host.docker.internal works for macOS and Windows.
# Linux could use --net=host in the `docker run` instruction or 172.17.0.1 in the URI below.
# To have Docker listening through tcp on macOS, install socat and run the following command
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
url = "http://127.0.0.1:2375"
# Docker image used for video recording
video-image = "selenium/video:ffmpeg-4.3.1-20230508"
# Uncomment the following section if you are running the node on a separate VM
# Fill out the placeholders with appropriate values
#[server]
#host = <ip-from-node-machine>
#port = <port-from-node-machine>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xb_xiaobai/zerorunner.git
git@gitee.com:xb_xiaobai/zerorunner.git
xb_xiaobai
zerorunner
zerorunner
master

搜索帮助