Block a user
lighthouse (0.14.0)
Published 2026-04-12 13:52:40 -04:00 by mysticmomba
Installation
docker pull git.racooncity.org/mysticmomba/lighthouse:0.14.0sha256:9a841b944f443ae3bfce9c17c8c94deddf1d789c22137d0b756d12a6fd975420
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 4fc59e2113 | linux/amd64 | 35 MiB |
| 8f52b6b7e5 | linux/arm64 | 36 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1775433600' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libsqlite3-0 && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY /app/target/release/lighthouse ./lighthouse # buildkit |
| COPY /app/templates ./templates # buildkit |
| COPY /app/static ./static # buildkit |
| COPY /app/migrations ./migrations # buildkit |
| COPY /app/.env ./.env # buildkit |
| COPY /app/changelog.md ./CHANGELOG.md # buildkit |
| RUN /bin/sh -c mkdir -p /data # buildkit |
| EXPOSE [3000/tcp] |
| ENV RUST_LOG=lighthouse=info,tower_http=warn |
| ENV BIND_ADDR=0.0.0.0:3000 |
| CMD ["./lighthouse"] |