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

相关推荐
WolvenSec1 小时前
网络基础:EIGRP
运维·网络·安全·智能路由器
踩着阴暗的自己向上爬2 小时前
Day05-04-持续集成总结
linux·运维·ci/cd
TiDB_PingCAP3 小时前
国产化新标杆:TiDB 助力广发银行新一代总账系统投产上线
运维·数据库·开源·tidb
qyhua3 小时前
Linux内网端口转公网端口映射
linux·运维·服务器
coisini.cn4 小时前
基于CentOS Stream 9平台搭建MinIO以及开机自启
运维·minio·centos stream 9
Python私教5 小时前
docker部署onlyoffice,开启JWT权限校验Token
运维·docker·容器
Ramboooooooo6 小时前
Nginx Lua Waf 插件一键部署
运维·nginx·lua·waf·lua waf·nginx waf
lendq7 小时前
k8s-第八节-Helm
云原生·容器·kubernetes
掘根7 小时前
【Linux】压缩命令——gzip,bzip2,xz
大数据·linux·运维