aboutsummaryrefslogblamecommitdiff
path: root/cluster/prod/app/jitsi/build/docker-compose.yml
blob: 19c37820becc344c1be253b4d13316afdca832f1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




              
                           

                                             

                                        


                         
                                       

                                         

                                                     


                    
                                  


                                                      

                                                


             
                           
           


                                               
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