Skip to content

Commit 120f1a7

Browse files
author
Georg Öttl
committed
t1
1 parent cb3374b commit 120f1a7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docker-compose.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
version: '3'
22

33
services:
4-
# Frontend
54
web:
65
image: jitsi/web
76
ports:
@@ -42,7 +41,6 @@ services:
4241
aliases:
4342
- ${XMPP_DOMAIN}
4443

45-
# XMPP server
4644
prosody:
4745
image: jitsi/prosody
4846
expose:
@@ -105,7 +103,6 @@ services:
105103
aliases:
106104
- ${XMPP_SERVER}
107105

108-
# Focus component
109106
jicofo:
110107
image: jitsi/jicofo
111108
volumes:
@@ -130,7 +127,6 @@ services:
130127
networks:
131128
meet.jitsi:
132129

133-
# Video bridge
134130
jvb:
135131
image: jitsi/jvb
136132
ports:
@@ -157,6 +153,5 @@ services:
157153
networks:
158154
meet.jitsi:
159155

160-
# Custom network so all services can communicate using a FQDN
161156
networks:
162157
meet.jitsi:

0 commit comments

Comments
 (0)