docker 部署jitsi meet

1. 部署环境:

1.1 vm 虚拟机 安装的 centos 7

1.2 centos7安装docker 和 docker-compose

2.docker命令

官网部署文档地址:(文档地址有可能失效)

Self-Hosting Guide - Docker | Jitsi Meet

2.1Download and extract the latest release. DO NOT clone the git repository. See below if you are interested in running test images:

复制代码
wget $(curl -s https://api.github.com/repos/jitsi/docker-jitsi-meet/releases/latest | grep 'zip' | cut -d\" -f4)

2.2Unzip the package:

复制代码
unzip <filename>

2.3Create a .env file by copying and adjusting env.example:

复制代码
cp env.example .env

注意:.env文件中的 更换成部署服务的ip地址或者域名

System time zone

TZ=Asia/Shanghai

Public URL for the web service (required)

PUBLIC_URL=https://192.168.31.129:8443

2.4Set strong passwords in the security section options of .env file by running the following bash script

复制代码
./gen-passwords.sh

2.5Create required CONFIG directoriesFor linux:

For linux:

复制代码
mkdir -p ~/.jitsi-meet-cfg/{web,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri}

For Windows:

复制代码
echo web,transcripts,prosody/config,prosody/prosody-plugins-custom,jicofo,jvb,jigasi,jibri | % { mkdir "~/.jitsi-meet-cfg/$_" }

2.6Run

docker-compose up -d

2.7直接访问 https://localhost:8443 备注:localhost 可能需要换成你的服务器域名/IP

注意:重启程序一定要 docker-compose dowm docker-compose up -d

相关推荐
一心09241 分钟前
ubuntu 20.04.6 sudo 源码包在线升级到1.9.17p1
运维·ubuntu·sudo·漏洞升级
好好学习啊天天向上42 分钟前
世上最全:ubuntu 上及天河超算上源码编译llvm遇到的坑,cmake,ninja完整过程
linux·运维·ubuntu·自动性能优化
你想考研啊1 小时前
三、jenkins使用tomcat部署项目
运维·tomcat·jenkins
代码老y2 小时前
Docker:容器化技术的基石与实践指南
运维·docker·容器
典学长编程2 小时前
Linux操作系统从入门到精通!第二天(命令行)
linux·运维·chrome
DuelCode3 小时前
Windows VMWare Centos Docker部署Springboot 应用实现文件上传返回文件http链接
java·spring boot·mysql·nginx·docker·centos·mybatis
你想考研啊5 小时前
四、jenkins自动构建和设置邮箱
运维·jenkins
Code blocks5 小时前
使用Jenkins完成springboot项目快速更新
java·运维·spring boot·后端·jenkins
饥饿的半导体6 小时前
Linux快速入门
linux·运维
杨浦老苏7 小时前
开源服务运行监控工具Lunalytics
docker·群晖·网站监控