signoz (production-signoz)
Published 2025-07-07 12:55:02 -04:00 by colin
Installation
docker pull git.nixc.us/nixius/signoz:production-signoz
sha256:cb3606c72e93afb7d50289ee2132ead7397357aeb032dc268f3225babb583ec1
Image Layers
ADD alpine-minirootfs-3.20.3-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
LABEL maintainer=signoz |
WORKDIR /root |
ARG OS=linux |
ARG ARCH=amd64 |
RUN |2 OS=linux ARCH=amd64 /bin/sh -c apk update && apk add ca-certificates && rm -rf /var/cache/apk/* # buildkit |
COPY ./target/linux-amd64/signoz /root/signoz # buildkit |
COPY ./templates/email /root/templates # buildkit |
COPY frontend/build/ /etc/signoz/web/ # buildkit |
RUN |2 OS=linux ARCH=amd64 /bin/sh -c chmod 755 /root /root/signoz # buildkit |
ENTRYPOINT ["./signoz"] |
LABEL maintainer=SigNoz Team |
LABEL service=signoz |
LABEL version=v0.88.1 |
ENV SIGNOZ_ALERTMANAGER_PROVIDER=signoz |
ENV SIGNOZ_TELEMETRYSTORE_CLICKHOUSE_DSN=tcp://clickhouse:9000 |
ENV SIGNOZ_SQLSTORE_SQLITE_PATH=/data/signoz.db |
ENV STORAGE=clickhouse |
ENV GODEBUG=netdns=go |
ENV TELEMETRY_ENABLED=true |
ENV DEPLOYMENT_TYPE=docker-swarm |
COPY config/ /etc/signoz/ # buildkit |
EXPOSE map[4320/tcp:{} 8080/tcp:{} 8085/tcp:{}] |
HEALTHCHECK &{["CMD-SHELL" "wget --spider -q localhost:8080/api/v1/health || exit 1"] "30s" "5s" "0s" "0s" '\x03'} |
CMD ["signoz"] |
Labels
Key | Value |
---|---|
com.docker.compose.project | signoz |
com.docker.compose.service | signoz-production |
com.docker.compose.version | 2.36.2 |
maintainer | SigNoz Team |
service | signoz |
version | v0.88.1 |
Details
2025-07-07 12:55:02 -04:00
Versions (14)
View all
Container
0
OCI / Docker
linux/amd64
55 MiB
production-signoz
2025-07-07
production-alertmanager
2025-07-07
production-clickhouse
2025-07-07
production-otel-collector
2025-07-07
production-schema-migrator
2025-07-07