aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/jitsi/build/docker-compose.yml
blob: 19c37820becc344c1be253b4d13316afdca832f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: '3.4'
services:
  # VoIP
  jitsi-meet:
    build:
      context: ./jitsi-meet
      args:
        # https://github.com/jitsi/jitsi-meet
        MEET_TAG: stable/jitsi-meet_8252
    image: superboum/amd64_jitsi_meet:v6

  jitsi-conference-focus:
    build:
      context: ./jitsi-conference-focus
      args:
        # https://github.com/jitsi/jicofo
        JICOFO_TAG: stable/jitsi-meet_8252
    image: superboum/amd64_jitsi_conference_focus:v10

  jitsi-videobridge:
    build:
      context: ./jitsi-videobridge
      args:
        # https://github.com/jitsi/jitsi-videobridge
        # note: JVB is not tagged with non-stable tags
        JVB_TAG: stable/jitsi-meet_8252
    image: superboum/amd64_jitsi_videobridge:v21

  jitsi-xmpp:
    build:
      context: ./jitsi-xmpp
      args:
        MEET_TAG: stable/jitsi-meet_8252
        PROSODY_VERSION: 1nightly191-1~bookworm
    image: superboum/amd64_jitsi_xmpp:v11