aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/02_run.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/02_run.yml
parente24522d8285878240ee0d873616bc177313aa7ba (diff)
downloadinfrastructure-cef60898b5db0e314a435121606b04b1ad6ffbdd.tar.gz
infrastructure-cef60898b5db0e314a435121606b04b1ad6ffbdd.zip
Rework jitsi-xmpp to support cert gen
Diffstat (limited to 'docker/jitsi/02_run.yml')
-rw-r--r--docker/jitsi/02_run.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docker/jitsi/02_run.yml b/docker/jitsi/02_run.yml
new file mode 100644
index 0000000..f2ec9e9
--- /dev/null
+++ b/docker/jitsi/02_run.yml
@@ -0,0 +1,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' ]