5ym / jitsi-traefik-swarm

compose file of jitsi for docker swarm(use traefik)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jitsi-swarm

compose file of jitsi for docker swarm(use traefik)

How to use

  1. setup and generate password
curl -sf https://raw.githubusercontent.com/5ym/jitsi-traefik-swarm/main/init.sh | sh -s
  1. customize this line
  - HTTP_PORT=80
  - HTTPS_PORT=443
  - PUBLIC_URL=https://example.test
  - XMPP_SERVER=prosody
  - XMPP_BOSH_URL_BASE=http://prosody:5280
  1. deploy swarm
docker stack deploy --with-registry-auth -c jitsi-compose.yml jitsi

About

compose file of jitsi for docker swarm(use traefik)


Languages

Language:Shell 100.0%