aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/02_run.yml
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-09-13 12:03:07 +0200
committerQuentin <quentin@deuxfleurs.fr>2020-09-13 12:03:07 +0200
commit484c3fe667cd8c5a647256cb78f05c8a39b835b1 (patch)
tree7be3c868ce1d0e0c96125a4c94cadce429be9e1d /docker/jitsi/02_run.yml
parent0550647b9348d1e36431400e0832b4340564c658 (diff)
parentd5bfc38fe826aa12f46de64790195cc8e76756de (diff)
downloadinfrastructure-484c3fe667cd8c5a647256cb78f05c8a39b835b1.tar.gz
infrastructure-484c3fe667cd8c5a647256cb78f05c8a39b835b1.zip
Merge branch 'feature/rebase'
Diffstat (limited to 'docker/jitsi/02_run.yml')
-rw-r--r--docker/jitsi/02_run.yml41
1 files changed, 0 insertions, 41 deletions
diff --git a/docker/jitsi/02_run.yml b/docker/jitsi/02_run.yml
deleted file mode 100644
index 3fc0e26..0000000
--- a/docker/jitsi/02_run.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-version: '3.4'
-services:
- jitsi-xmpp:
- build: ./jitsi-xmpp
- image: superboum/amd64_jitsi_xmpp:v1
- network_mode: host
- ports:
- - "5222:5222"
- - "5347:5347"
- - "5280:5280"
- env_file: [ 'dev.env' ]
- volumes: [ './jitsi-certs/:/certs:ro' ]
- jitsi-front:
- build:
- context: ./jitsi-front
- network: host
- #^-- I have some DNS problems on Fedora 32 in Docker
- image: superboum/amd64_jitsi_front:v5
- ports:
- - "443:443"
- env_file: [ 'dev.env' ]
- volumes: [ './jitsi-certs/:/certs:ro' ]
- jitsi-conference-focus:
- build:
- context: ./jitsi-conference-focus
- network: host
- image: superboum/amd64_jitsi_conference_focus:v2
- env_file: [ 'dev.env' ]
- volumes: [ './jitsi-certs/:/certs:ro' ]
- jitsi-videobridge:
- build:
- context: ./jitsi-videobridge
- network: host
- image: superboum/amd64_jitsi_videobridge:v9
- network_mode: host
- ports:
- - "8080:8080/tcp"
- - "10000:10000/udp"
- env_file: [ 'dev.env' ]
- volumes: [ './jitsi-certs/:/certs:ro' ]
-