Mystic Momba mysticmomba
  • Joined on 2024-08-23

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.0
sha256: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"]
Details
Container
2026-04-12 13:52:40 -04:00
0
OCI / Docker
Versions (76) View all
0.34.3 2026-07-31
latest 2026-07-31
dev 2026-07-31
0.34.2 2026-07-23
0.34.1 2026-07-23