Mystic Momba mysticmomba
  • Joined on 2024-08-23

lighthouse (0.9.1)

Published 2026-04-07 09:56:08 -04:00 by mysticmomba

Installation

docker pull git.racooncity.org/mysticmomba/lighthouse:0.9.1
sha256:21102690db0fb61d3a845a91af38d3c1dd7c9643c34fe0a58f0e7559c60da317

Image Layers

# 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
RUN /bin/sh -c mkdir -p /data # buildkit
EXPOSE map[3000/tcp:{}]
ENV RUST_LOG=lighthouse=info,tower_http=warn
ENV BIND_ADDR=0.0.0.0:3000
CMD ["./lighthouse"]
Details
Container
2026-04-07 09:56:08 -04:00
2
OCI / Docker
linux/amd64
34 MiB
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