jitsi : maj stable-7210-2
This commit is contained in:
parent
b573429810
commit
daad776bfe
|
@ -39,6 +39,7 @@ cp env.example .env
|
||||||
# Patch docker-compose.yml
|
# Patch docker-compose.yml
|
||||||
sed_in_place "^ - '\${HTTP_PORT}:80'" " - '\${listen_if}:\${HTTP_PORT}:80'" 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 "^ - '\${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
|
# Patch env file
|
||||||
sed_in_place "^HTTP_PORT=8000" "HTTP_PORT=${listen_port}" .env
|
sed_in_place "^HTTP_PORT=8000" "HTTP_PORT=${listen_port}" .env
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
pod_name='podman-jitsi'
|
pod_name='podman-jitsi'
|
||||||
service_name="pod-${pod_name}.service"
|
service_name="pod-${pod_name}.service"
|
||||||
upstream_images="localhost/jitsi/jvb localhost/jitsi/jicofo localhost/jitsi/prosody localhost/jitsi/web"
|
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'
|
confvolume='.jitsi-meet-cfg'
|
||||||
listen_if="${GARBAYE_JITSI_ENV_LISTENIF:-127.0.0.1}"
|
listen_if="${GARBAYE_JITSI_ENV_LISTENIF:-127.0.0.1}"
|
||||||
listen_port="${GARBAYE_JITSI_ENV_LISTENPORT:-8085}"
|
listen_port="${GARBAYE_JITSI_ENV_LISTENPORT:-8085}"
|
||||||
|
|
Loading…
Reference in a new issue