aboutsummaryrefslogblamecommitdiff
path: root/docker/jitsi/02_run.yml
blob: f2ec9e9c7ec4140141b9058febf215679feab1c7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                   
version: '3'
services:
  jitsi-xmpp:
    build: ./jitsi-xmpp
    ports:
      - "5222:5222"
      - "5347:5347"
      - "5280:5280"
    env_file: [ 'dev.env' ]
  jitsi-front:
    build: ./jitsi-front
    ports:
      - "80:80"
    env_file: [ 'dev.env' ]
  jitsi-conference-focus:
    build: ./jitsi-conference-focus
    env_file: [ 'dev.env' ]