Block a user
collect-server (latest)
Published 2026-04-24 11:31:07 +02:00 by mat
Installation
docker pull git.mialemrobicnic.pl/mat/collect-server:latestsha256:4cfb9b62f5b5306690747aa41e8a60e8a26d79d63f3138fefdac13611bd41ff0
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/target/release/collect-server /usr/local/bin/ # buildkit |
| ENV DATA_DIR=/data |
| ENV RUST_LOG=info |
| EXPOSE map[8000/tcp:{}] |
| VOLUME [/data] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/health || exit 1"] "30s" "10s" "10s" "0s" '\x03'} |
| CMD ["collect-server"] |