Skip to content
Snippets Groups Projects
Commit 2f7d783f authored by Armin Co's avatar Armin Co
Browse files

UPdate

parent 9cfcb27a
No related branches found
No related tags found
No related merge requests found
--- docker-compose.yml 2020-10-24 19:19:49.802431780 +0000
+++ docker-compose.yml.copy 2020-10-24 19:18:24.502980649 +0000
@@ -1,11 +1,10 @@
-version: '3.4'
+version: '3'
--- ../jitsi/docker-compose.yml 2020-10-24 17:22:26.977881183 +0000
+++ "../jitsi/docker-compose copy.yml" 2020-10-24 17: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}
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment