Block a user
collect-server (latest)
Published 2026-04-13 11:15:02 +02:00 by mat
Installation
docker pull git.mialemrobicnic.pl/mat/collect-server:latestsha256:27ab393f7e48297fc31ee7ce6ef510551161927e6d7c7d5493e395708cd86f16
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600' |
| 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"] |