Merge branch 'jitsi:master' into feat/alertmanager

pull/1886/head
24kushang 3 months ago committed by GitHub
commit 9cbec16fc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      base/Dockerfile
  2. 2
      log-analyser.yml

@ -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 && \

@ -12,6 +12,8 @@ services:
- ./log-analyser/loki/conf:/conf
ports:
- "3100:3100"
networks:
meet.jitsi:
otel-collector:
container_name: otel

Loading…
Cancel
Save