nixcfg/cluster/prod/app/jitsi/build/docker-compose.yml

36 lines
916 B
YAML
Raw Normal View History

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