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

36 lines
930 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
2023-02-02 13:48:59 +00:00
MEET_TAG: stable/jitsi-meet_8252
image: superboum/amd64_jitsi_meet:v6
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
2023-02-02 13:48:59 +00:00
JICOFO_TAG: stable/jitsi-meet_8252
image: superboum/amd64_jitsi_conference_focus:v10
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
2023-02-02 13:48:59 +00:00
JVB_TAG: stable/jitsi-meet_8252
image: superboum/amd64_jitsi_videobridge:v21
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:
2023-02-02 13:48:59 +00:00
MEET_TAG: stable/jitsi-meet_8252
PROSODY_VERSION: 1nightly191-1~bookworm
image: superboum/amd64_jitsi_xmpp:v11