Block a user
threaty (0299347)
Published 2026-06-30 15:29:15 +02:00 by plawn
Installation
docker pull git.konf.sh/plawn/threaty:0299347sha256:085a6edb9d3baa7e9debe150f9ba47a2d5963912abccadb96035dd3a247c1d38
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 7c809846d7 | linux/amd64 | 20 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/docker/threaty-server /app/threaty-server # buildkit |
| COPY /app/frontend/dist/ /app/frontend/dist/ # buildkit |
| COPY application.yaml /app/application.yaml # buildkit |
| COPY config/ /app/config/ # buildkit |
| EXPOSE [8080/tcp] |
| ENV RUST_LOG=info |
| ENV THREATY_FRONTEND_DIR=/app/frontend/dist |
| CMD ["/app/threaty-server"] |