Block a user
recorderr (latest)
Published 2026-09-06 13:14:35 +02:00 by mikula
Installation
docker pull gitea.mikulalajos.hu/mikula/recorderr:latestsha256:ee3aab81627de47610bc451e5b0adacf46aba4bbb90a0dcf2ebf389e0dbc5271
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 74a13d4d41 | linux/amd64 | 111 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG PB_VERSION=0.36.7 |
| RUN |1 PB_VERSION=0.36.7 /bin/sh -c apk add --no-cache unzip ffmpeg streamlink ca-certificates # buildkit |
| ADD https://github.com/pocketbase/pocketbase/releases/download/v0.36.7/pocketbase_0.36.7_linux_amd64.zip /tmp/pb.zip # buildkit |
| RUN |1 PB_VERSION=0.36.7 /bin/sh -c unzip /tmp/pb.zip -d /pb/ # buildkit |
| COPY ./build /pb/pb_public # buildkit |
| COPY ./pb_hooks /pb/pb_hooks # buildkit |
| COPY ./pb_migrations /pb/pb_migrations # buildkit |
| EXPOSE [8080/tcp] |
| RUN |1 PB_VERSION=0.36.7 /bin/sh -c apk add --no-cache curl # buildkit |
| EXPOSE [8090/tcp] |
| LABEL description=Recorderr PB Backend |
| LABEL maintainer=Mikula Lajos e.v. <me@mikulalajos.hu> |
| HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8090/api/health || exit 1] Interval:30s Timeout:10s StartPeriod:5s StartInterval:0s Retries:3} |
| ENTRYPOINT ["/pb/pocketbase" "serve" "--http=0.0.0.0:8090" "--dir=/pb/pb_data" "--publicDir=/pb/pb_public" "--hooksDir=/pb/pb_hooks" "--migrationsDir=/pb/pb_migrations"] |
Labels
| Key | Value |
|---|---|
| description | Recorderr PB Backend |
| maintainer | Mikula Lajos e.v. <me@mikulalajos.hu> |