Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Automated Jitsi-Meet Setup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Armin Co
Automated Jitsi-Meet Setup
Commits
de859e6c
Commit
de859e6c
authored
4 years ago
by
Armin
Browse files
Options
Downloads
Patches
Plain Diff
Updated patch file.
parent
dc0ce452
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
jitsi-auto-config/docker-compose.patch
+7
-7
7 additions, 7 deletions
jitsi-auto-config/docker-compose.patch
with
7 additions
and
7 deletions
jitsi-auto-config/docker-compose.patch
+
7
−
7
View file @
de859e6c
--- docker-compose.yml 2021-04-
18 13:08:25.952083119
+0200
---
docker-jitsi-meet/
docker-compose.yml 2021-04-
27 15:40:05.596473591
+0200
+++
docker-compose.yml.latest 2021-04-18 13:12:21.457996380
+0200
+++
"docker-jitsi-meet/docker-compose copy.yml" 2021-04-27 15:44:20.776302048
+0200
@@ -5,6 +5,9 @@
@@ -5,6 +5,9 @@
web:
web:
image: jitsi/web:latest
image: jitsi/web:latest
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
ports:
ports:
- '${HTTP_PORT}:80'
- '${HTTP_PORT}:80'
- '${HTTPS_PORT}:443'
- '${HTTPS_PORT}:443'
@@ -10
5
,6 +10
8
,7 @@
@@ -10
7
,6 +1
1
0,7 @@
- XMPP_RECORDER_DOMAIN
- XMPP_RECORDER_DOMAIN
- TOKEN_AUTH_URL
- TOKEN_AUTH_URL
networks:
networks:
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
meet.jitsi:
meet.jitsi:
aliases:
aliases:
- ${XMPP_DOMAIN}
- ${XMPP_DOMAIN}
@@ -11
2
,6 +11
6
,9 @@
@@ -11
4
,6 +11
8
,9 @@
# XMPP server
# XMPP server
prosody:
prosody:
image: jitsi/prosody:latest
image: jitsi/prosody:latest
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
restart: ${RESTART_POLICY}
restart: ${RESTART_POLICY}
expose:
expose:
- '5222'
- '5222'
@@ -17
4
,6 +18
1
,7 @@
@@ -17
6
,6 +18
3
,7 @@
- PUBLIC_URL
- PUBLIC_URL
- TZ
- TZ
networks:
networks:
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
meet.jitsi:
meet.jitsi:
aliases:
aliases:
- ${XMPP_SERVER}
- ${XMPP_SERVER}
@@ -18
1
,6 +1
8
9,9 @@
@@ -18
3
,6 +19
1
,9 @@
# Focus component
# Focus component
jicofo:
jicofo:
image: jitsi/jicofo:latest
image: jitsi/jicofo:latest
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
restart: ${RESTART_POLICY}
restart: ${RESTART_POLICY}
volumes:
volumes:
- ${CONFIG}/jicofo:/config:Z
- ${CONFIG}/jicofo:/config:Z
@@ -22
7
,6 +2
38
,9 @@
@@ -22
9
,6 +2
40
,9 @@
# Video bridge
# Video bridge
jvb:
jvb:
image: jitsi/jvb:latest
image: jitsi/jvb:latest
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment