Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Jitsi-Auto-Config
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Armin Co
Jitsi-Auto-Config
Commits
2f7d783f
Commit
2f7d783f
authored
4 years ago
by
Armin Co
Browse files
Options
Downloads
Patches
Plain Diff
UPdate
parent
9cfcb27a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose.patch
+8
-10
8 additions, 10 deletions
docker-compose.patch
jitsi_setup.sh
+3
-1
3 additions, 1 deletion
jitsi_setup.sh
with
11 additions
and
11 deletions
docker-compose.patch
+
8
−
10
View file @
2f7d783f
--- docker-compose.yml 2020-10-24 1
9:19:49.802431780
+0000
+++ docker-compose
.yml.copy
2020-10-24 1
9:18:24.502980649
+0000
@@ -1,
11
+1,
10
@@
-version: '3
.4
'
+version: '3'
---
../jitsi/
docker-compose.yml 2020-10-24 1
7:22:26.977881183
+0000
+++
"../jitsi/
docker-compose
copy.yml"
2020-10-24 1
7:24:35.651335714
+0000
@@ -1,
8
+1,
8
@@
-version: '3'
+version: '3
.4
'
services:
# Frontend
web:
image: jitsi/web:latest
+ container_name: jitsi_web
restart: ${RESTART_POLICY}
- container_name: jitsi_web
ports:
- '${HTTP_PORT}:80'
- '${HTTPS_PORT}:443'
@@ -91,7 +90,6 @@
@@ -90,6 +90,7 @@
- XMPP_MUC_DOMAIN
- XMPP_RECORDER_DOMAIN
networks:
-
letsencrypt
:
+
reverse_proxy
:
meet.jitsi:
aliases:
- ${XMPP_DOMAIN}
This diff is collapsed.
Click to expand it.
jitsi_setup.sh
+
3
−
1
View file @
2f7d783f
...
...
@@ -55,7 +55,9 @@ set_individual_settings
patch .env ../jitsi-auto-config/env.patch
patch docker-compose.yml ../jitsi-auto-config/docker-compose.patch
cp
../jitsi-auto-config/jitsi.subdomain.conf.example ../letsencrypt-webserver/reverse_proxy/nginx/proxy-confs/jitsi.subdomain.conf
# Move environment variables
# to the correct position
# for docker-compose
mv
.env ../.env
\ No newline at end of file
cp
.env ../.env
\ No newline at end of file
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