aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/jitsi/build/docker-compose.yml
blob: 5c6b23cc73151e741ef5a04459eef8b63270b401 (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
36
version: '3.4'
services:
  # VoIP
  jitsi-meet:
    build:
      context: ./jitsi-meet
      args:
        # https://github.com/jitsi/jitsi-meet
        MEET_TAG: stable/jitsi-meet_9646
        NODE_MAJOR_VERSION: 22
    image: superboum/amd64_jitsi_meet:v7

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

  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_9646
    image: superboum/amd64_jitsi_videobridge:v22

  jitsi-xmpp:
    build:
      context: ./jitsi-xmpp
      args:
        MEET_TAG: stable/jitsi-meet_9646
        PROSODY_VERSION: 0.12.3-1
    image: superboum/amd64_jitsi_xmpp:v12