We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3374b commit 120f1a7Copy full SHA for 120f1a7
docker-compose.yml
@@ -1,7 +1,6 @@
1
version: '3'
2
3
services:
4
- # Frontend
5
web:
6
image: jitsi/web
7
ports:
@@ -42,7 +41,6 @@ services:
42
41
aliases:
43
- ${XMPP_DOMAIN}
44
45
- # XMPP server
46
prosody:
47
image: jitsi/prosody
48
expose:
@@ -105,7 +103,6 @@ services:
105
103
106
104
- ${XMPP_SERVER}
107
108
- # Focus component
109
jicofo:
110
image: jitsi/jicofo
111
volumes:
@@ -130,7 +127,6 @@ services:
130
127
networks:
131
128
meet.jitsi:
132
129
133
- # Video bridge
134
jvb:
135
image: jitsi/jvb
136
@@ -157,6 +153,5 @@ services:
157
153
158
154
159
155
160
-# Custom network so all services can communicate using a FQDN
161
156
162
0 commit comments