Block a user
threaty (0662ebc)
Published 2026-07-11 16:23:12 +02:00 by plawn
Installation
docker pull git.konf.sh/plawn/threaty:0662ebcsha256:89449496c33fabd9553edefab90ee49191db1a242d5b24a431b819f8494d95cb
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 45e50ccf8a | 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 |
| HEALTHCHECK {Test:[CMD-SHELL wget -q --spider http://127.0.0.1:8080/health || exit 1] Interval:30s Timeout:5s StartPeriod:30s StartInterval:0s Retries:3} |
| CMD ["/app/threaty-server"] |