Block a user
threaty (1575afa)
Published 2026-06-29 11:46:37 +02:00 by plawn
Installation
docker pull git.konf.sh/plawn/threaty:1575afasha256:65eaa2b5d8300b1b1bf42c42b0b8c910f02e6d49c7d37c4941af4939bd3ebb0f
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d20f234af9 | 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"] |