Block a user
threaty (cc27e2e)
Published 2026-06-29 21:42:53 +02:00 by plawn
Installation
docker pull git.konf.sh/plawn/threaty:cc27e2esha256:252be924069f17bec43727a1fd5e77c41aba7036c65ec2055aff5cceb2b9dd93
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 6bbbe76f16 | linux/amd64 | 18 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache libpq ca-certificates git libgcc # buildkit |
| WORKDIR /app |
| COPY /app/target/release/threaty-server /app/threaty-server # buildkit |
| COPY application.yaml /app/application.yaml # buildkit |
| COPY config/ /app/config/ # buildkit |
| EXPOSE [8080/tcp] |
| ENV RUST_LOG=info |
| CMD ["/app/threaty-server"] |