aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/docker-compose.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-03-22 18:01:54 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-03-22 18:01:54 +0100
commitcef60898b5db0e314a435121606b04b1ad6ffbdd (patch)
tree12d34ff821c0aa473af7fdf4a3ec6e46c3e702e8 /docker/jitsi/docker-compose.yml
parente24522d8285878240ee0d873616bc177313aa7ba (diff)
downloadinfrastructure-cef60898b5db0e314a435121606b04b1ad6ffbdd.tar.gz
infrastructure-cef60898b5db0e314a435121606b04b1ad6ffbdd.zip
Rework jitsi-xmpp to support cert gen
Diffstat (limited to 'docker/jitsi/docker-compose.yml')
-rw-r--r--docker/jitsi/docker-compose.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/docker/jitsi/docker-compose.yml b/docker/jitsi/docker-compose.yml
deleted file mode 100644
index 2cc7e62..0000000
--- a/docker/jitsi/docker-compose.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-version: '2.0'
-services:
- jitsi-xmpp:
- build: ./jitsi-xmpp
- ports:
- - "5222:5222"
- - "5347:5347"
- - "5280:5280"
- environment:
- - JITSI_SECRET_VIDEOBRIDGE=S3CR3T01
- - JITSI_SECRET_JICOFO_COMPONENT=S3CR3T02
- - JITSI_SECRET_JICOFO_USER=S3CR3T03
- jitsi-front:
- build: ./jitsi-front
- ports:
- - "80:80"
- environment:
- - JITSI_PROSODY_BOSH_PORT=5280
- - JITSI_PROSODY_BOSH_HOST=172.17.0.1
-