From 76175038a87d92dcbdf7496b7bf2ed689e79da63 Mon Sep 17 00:00:00 2001 From: ilaydadastan Date: Fri, 9 Aug 2024 09:57:07 +0300 Subject: [PATCH 1/2] fix(log-analyser): added Jitsi network to loki service --- log-analyser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/log-analyser.yml b/log-analyser.yml index 98d34f1..507358b 100644 --- a/log-analyser.yml +++ b/log-analyser.yml @@ -12,6 +12,8 @@ services: - ./log-analyser/loki/conf:/conf ports: - "3100:3100" + networks: + meet.jitsi: otel-collector: container_name: otel From f893e497df2d625657384e5896b1148a9ebc401c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 9 Aug 2024 10:35:58 +0200 Subject: [PATCH 2/2] base: update tpl --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 37c96a5..d862ab5 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -14,7 +14,7 @@ RUN \ esac && \ apt-dpkg-wrap apt-get update && \ apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget curl && \ - wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.3.0/tpl-linux-${TPL_ARCH} && \ + wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.4.0/tpl-linux-${TPL_ARCH} && \ # Workaround S6 bug when /bin is a symlink wget -qO /tmp/s6.tar.gz https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-${S6_ARCH}.tar.gz && \ mkdir /tmp/s6 && \