36 lines
964 B
YAML
36 lines
964 B
YAML
|
version: '3.4'
|
||
|
services:
|
||
|
# VoIP
|
||
|
jitsi-meet:
|
||
|
build:
|
||
|
context: ./jitsi/build/jitsi-meet
|
||
|
args:
|
||
|
# https://github.com/jitsi/jitsi-meet
|
||
|
MEET_TAG: stable/jitsi-meet_6826
|
||
|
image: superboum/amd64_jitsi_meet:v5
|
||
|
|
||
|
jitsi-conference-focus:
|
||
|
build:
|
||
|
context: ./jitsi/build/jitsi-conference-focus
|
||
|
args:
|
||
|
# https://github.com/jitsi/jicofo
|
||
|
JICOFO_TAG: stable/jitsi-meet_6826
|
||
|
image: superboum/amd64_jitsi_conference_focus:v9
|
||
|
|
||
|
jitsi-videobridge:
|
||
|
build:
|
||
|
context: ./jitsi/build/jitsi-videobridge
|
||
|
args:
|
||
|
# https://github.com/jitsi/jitsi-videobridge
|
||
|
# note: JVB is not tagged with non-stable tags
|
||
|
JVB_TAG: stable/jitsi-meet_6826
|
||
|
image: superboum/amd64_jitsi_videobridge:v20
|
||
|
|
||
|
jitsi-xmpp:
|
||
|
build:
|
||
|
context: ./jitsi/build/jitsi-xmpp
|
||
|
args:
|
||
|
MEET_TAG: stable/jitsi-meet_6826
|
||
|
PROSODY_VERSION: 0.11.12-1
|
||
|
image: superboum/amd64_jitsi_xmpp:v10
|