aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/02_run.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/jitsi/02_run.yml')
-rw-r--r--docker/jitsi/02_run.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker/jitsi/02_run.yml b/docker/jitsi/02_run.yml
index 297682c..af615a9 100644
--- a/docker/jitsi/02_run.yml
+++ b/docker/jitsi/02_run.yml
@@ -2,6 +2,8 @@ version: '3'
services:
jitsi-xmpp:
build: ./jitsi-xmpp
+ image: superboum/amd64_jitsi_xmpp:v1
+ network_mode: host
ports:
- "5222:5222"
- "5347:5347"
@@ -10,16 +12,22 @@ services:
volumes: [ './jitsi-certs/:/certs:ro' ]
jitsi-front:
build: ./jitsi-front
+ image: superboum/amd64_jitsi_front:v1
+ network_mode: host
ports:
- "443:443"
env_file: [ 'dev.env' ]
volumes: [ './jitsi-certs/:/certs:ro' ]
jitsi-conference-focus:
build: ./jitsi-conference-focus
+ image: superboum/amd64_jitsi_conference_focus:v1
+ network_mode: host
env_file: [ 'dev.env' ]
volumes: [ './jitsi-certs/:/certs:ro' ]
jitsi-videobridge:
build: ./jitsi-videobridge
+ image: superboum/amd64_jitsi_videobridge:v1
+ network_mode: host
ports:
- "4443:4443"
- "10000:10000/udp"