jitsi : maj stable-7210-2

This commit is contained in:
Gitouche 2022-04-27 19:52:49 +02:00
parent b573429810
commit daad776bfe
2 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ cp env.example .env
# Patch docker-compose.yml
sed_in_place "^ - '\${HTTP_PORT}:80'" " - '\${listen_if}:\${HTTP_PORT}:80'" docker-compose.yml
sed_in_place "^ - '\${HTTPS_PORT}:443'" "# - '\${HTTPS_PORT}:443'" docker-compose.yml
sed_in_place "^ - '127.0.0.1:8080:8080'" "# - '127.0.0.1:8080:8080'" docker-compose.yml
# Patch env file
sed_in_place "^HTTP_PORT=8000" "HTTP_PORT=${listen_port}" .env

View File

@ -3,7 +3,7 @@
pod_name='podman-jitsi'
service_name="pod-${pod_name}.service"
upstream_images="localhost/jitsi/jvb localhost/jitsi/jicofo localhost/jitsi/prosody localhost/jitsi/web"
version='stable-7001'
version='stable-7210-2'
confvolume='.jitsi-meet-cfg'
listen_if="${GARBAYE_JITSI_ENV_LISTENIF:-127.0.0.1}"
listen_port="${GARBAYE_JITSI_ENV_LISTENPORT:-8085}"