You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
leiyun 92560f2803 save 1 month ago
..
nginx Improve nginx websocket proxy config 1 month ago
systemd Initial SFU service 1 month ago
.env Initial SFU service 1 month ago
.env.qbj save 1 month ago
README.md Initial SFU service 1 month ago
install-from-cdn.sh Initial SFU service 1 month ago

README.md

CDN 离线镜像一键部署

默认从 CDN 下载镜像包并启动 Docker 容器:

cd /opt/yzx_oa_sfu/deploy
bash install-from-cdn.sh

这个脚本直接使用 docker run 启动,不需要复制 docker-compose.image.yml

默认镜像地址:

https://oa-edu-1259243469.cos.ap-chengdu.myqcloud.com/public/file/oa_sfu_docker/yzx-oa-sfu_0.1.0-live_linux-amd64.tar

脚本默认安装目录是 /opt/yzx_oa_sfu。如果要换目录:

INSTALL_DIR=/data/yzx_oa_sfu bash install-from-cdn.sh

首次执行时会把 deploy/.env 复制到安装目录的 .env。上线前请按目标环境打开对应域名配置。

检查:

docker ps | grep yzx-oa-sfu
docker logs -f yzx-oa-sfu
curl http://127.0.0.1:4443/healthz

服务器和安全组需要放行:

4443/tcp
40000-40100/udp
40000-40100/tcp