aboutsummaryrefslogblamecommitdiff
path: root/cluster/prod/app/jitsi/build/docker-compose.yml
blob: 99b0ee03389c9eec7f7d5000da7e9ed8db14fb75 (plain) (tree)


































                                                      
version: '3.4'
services:
  # VoIP
  jitsi-meet:
    build:
      context: ./jitsi/build/jitsi-meet
      args:
        # https://github.com/jitsi/jitsi-meet
        MEET_TAG: stable/jitsi-meet_6826
    image: superboum/amd64_jitsi_meet:v5

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

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

  jitsi-xmpp:
    build:
      context: ./jitsi/build/jitsi-xmpp
      args:
        MEET_TAG: stable/jitsi-meet_6826
        PROSODY_VERSION: 0.11.12-1
    image: superboum/amd64_jitsi_xmpp:v10