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

相关推荐
Fcy64818 分钟前
Linux下 进程(一)(冯诺依曼体系、操作系统、进程基本概念与基本操作)
linux·运维·服务器·进程
袁袁袁袁满20 分钟前
Linux怎么查看最新下载的文件
linux·运维·服务器
代码游侠41 分钟前
学习笔记——设备树基础
linux·运维·开发语言·单片机·算法
Harvey9031 小时前
通过 Helm 部署 Nginx 应用的完整标准化步骤
linux·运维·nginx·k8s
陈桴浮海1 小时前
Kustomize实战:从0到1实现K8s多环境配置管理与资源部署
云原生·容器·kubernetes
珠海西格电力科技2 小时前
微电网能量平衡理论的实现条件在不同场景下有哪些差异?
运维·服务器·网络·人工智能·云计算·智慧城市
释怀不想释怀2 小时前
Linux环境变量
linux·运维·服务器
zzzsde2 小时前
【Linux】进程(4):进程优先级&&调度队列
linux·运维·服务器
70asunflower4 小时前
Emulation,Simulation,Virtualization,Imitation 的区别?
linux·docker
聆风吟º4 小时前
CANN开源项目实战指南:使用oam-tools构建自动化故障诊断与运维可观测性体系
运维·开源·自动化·cann