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

相关推荐
REDcker26 分钟前
Linux信号机制详解 POSIX语义与内核要点 sigaction与备用栈实践
linux·运维·php
绘梨衣5471 小时前
Docker+FastAPI+MySQL 项目部署报错汇总
mysql·docker·fastapi
cui_ruicheng1 小时前
Linux进程间通信(三):System V IPC与共享内存
linux·运维·服务器
ACP广源盛139246256733 小时前
IX8024与科学大模型的碰撞@ACP#筑牢科研 AI 算力高速枢纽分享
运维·服务器·网络·数据库·人工智能·嵌入式硬件·电脑
百年੭ ᐕ)੭*⁾⁾4 小时前
docker使用neo4j
docker·容器·neo4j
峥无4 小时前
Linux系统编程基石:静态库·动态库·ELF文件·进程地址空间全景图
linux·运维·服务器
码云数智-大飞4 小时前
本地部署大模型:隐私安全与多元优势一站式解读
运维·网络·人工智能
Harvy_没救了5 小时前
【网络部署】 Win11 + VMware CentOS8 + Nginx 文件共享服务 Wiki
运维·网络·nginx
春风有信5 小时前
【2026.05.01】Windows10安装Docker Desktop 4.71.0.0步骤及问题解决
运维·docker·容器
2401_873479406 小时前
断网时如何实时判断IP归属?嵌入本地离线库,保障风控不中断
运维·服务器·网络