aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/02_run.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-04-08 21:14:44 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-04-08 21:14:44 +0200
commit4c2ae7f696b06b4f926c0115de63046686db6ef9 (patch)
tree73704e64a87de517ce33afe98db87d3cfbe278be /docker/jitsi/02_run.yml
parente936ebd43fe29ba0d681659692ff5ae7053e4290 (diff)
downloadinfrastructure-4c2ae7f696b06b4f926c0115de63046686db6ef9.tar.gz
infrastructure-4c2ae7f696b06b4f926c0115de63046686db6ef9.zip
Reduce to 480p video
Diffstat (limited to 'docker/jitsi/02_run.yml')
-rw-r--r--docker/jitsi/02_run.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/docker/jitsi/02_run.yml b/docker/jitsi/02_run.yml
index e1db056..b87f376 100644
--- a/docker/jitsi/02_run.yml
+++ b/docker/jitsi/02_run.yml
@@ -1,4 +1,4 @@
-version: '3'
+version: '3.4'
services:
jitsi-xmpp:
build: ./jitsi-xmpp
@@ -11,8 +11,11 @@ services:
env_file: [ 'dev.env' ]
volumes: [ './jitsi-certs/:/certs:ro' ]
jitsi-front:
- build: ./jitsi-front
- image: superboum/amd64_jitsi_front:v3
+ build:
+ context: ./jitsi-front
+ #network: host
+ #^-- I have some DNS problems on Fedora 32 in Docker
+ image: superboum/amd64_jitsi_front:v4
network_mode: host
ports:
- "443:443"
@@ -29,7 +32,7 @@ services:
image: superboum/amd64_jitsi_videobridge:v6
network_mode: host
ports:
- - "995:995"
+ - "8080:8080/tcp"
- "10000:10000/udp"
env_file: [ 'dev.env' ]
volumes: [ './jitsi-certs/:/certs:ro' ]