aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/docker-compose.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-03-22 15:09:20 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-03-22 15:09:20 +0100
commit0a1027a1ac8390422033b8eeff1f7412b58d961d (patch)
tree0f6d2c94508d03f5f5a358362c833e5e6dc8c5dd /docker/jitsi/docker-compose.yml
parentd2c743b7420b897116755d21fcd67630612a2b81 (diff)
downloadinfrastructure-0a1027a1ac8390422033b8eeff1f7412b58d961d.tar.gz
infrastructure-0a1027a1ac8390422033b8eeff1f7412b58d961d.zip
Configured jitsi-xmpp
Diffstat (limited to 'docker/jitsi/docker-compose.yml')
-rw-r--r--docker/jitsi/docker-compose.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker/jitsi/docker-compose.yml b/docker/jitsi/docker-compose.yml
new file mode 100644
index 0000000..0f3adcf
--- /dev/null
+++ b/docker/jitsi/docker-compose.yml
@@ -0,0 +1,13 @@
+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
+