2022-08-25 01:06:06 +02:00
|
|
|
version: '3.4'
|
|
|
|
services:
|
|
|
|
# VoIP
|
|
|
|
jitsi-meet:
|
|
|
|
build:
|
2023-02-02 14:48:59 +01:00
|
|
|
context: ./jitsi-meet
|
2022-08-25 01:06:06 +02:00
|
|
|
args:
|
|
|
|
# https://github.com/jitsi/jitsi-meet
|
2024-09-12 19:02:57 +02:00
|
|
|
MEET_TAG: stable/jitsi-meet_9646
|
2024-09-12 19:12:34 +02:00
|
|
|
NODE_MAJOR_VERSION: 22
|
2024-09-12 19:02:57 +02:00
|
|
|
image: superboum/amd64_jitsi_meet:v7
|
2022-08-25 01:06:06 +02:00
|
|
|
|
|
|
|
jitsi-conference-focus:
|
|
|
|
build:
|
2023-02-02 14:48:59 +01:00
|
|
|
context: ./jitsi-conference-focus
|
2022-08-25 01:06:06 +02:00
|
|
|
args:
|
|
|
|
# https://github.com/jitsi/jicofo
|
2024-09-12 19:02:57 +02:00
|
|
|
JICOFO_TAG: stable/jitsi-meet_9646
|
|
|
|
image: superboum/amd64_jitsi_conference_focus:v11
|
2022-08-25 01:06:06 +02:00
|
|
|
|
|
|
|
jitsi-videobridge:
|
|
|
|
build:
|
2023-02-02 14:48:59 +01:00
|
|
|
context: ./jitsi-videobridge
|
2022-08-25 01:06:06 +02:00
|
|
|
args:
|
|
|
|
# https://github.com/jitsi/jitsi-videobridge
|
|
|
|
# note: JVB is not tagged with non-stable tags
|
2024-09-12 19:02:57 +02:00
|
|
|
JVB_TAG: stable/jitsi-meet_9646
|
|
|
|
image: superboum/amd64_jitsi_videobridge:v22
|
2022-08-25 01:06:06 +02:00
|
|
|
|
|
|
|
jitsi-xmpp:
|
|
|
|
build:
|
2023-02-02 14:48:59 +01:00
|
|
|
context: ./jitsi-xmpp
|
2022-08-25 01:06:06 +02:00
|
|
|
args:
|
2024-09-12 19:02:57 +02:00
|
|
|
MEET_TAG: stable/jitsi-meet_9646
|
|
|
|
PROSODY_VERSION: 0.12.3-1
|
|
|
|
image: superboum/amd64_jitsi_xmpp:v12
|