Block a user
lighthouse (0.9.0)
Published 2026-04-06 12:11:56 -04:00 by mysticmomba
Installation
docker pull git.racooncity.org/mysticmomba/lighthouse:0.9.0sha256:2e8e1dcc874dd17571bf9ee7cb61fc00eca77233f2542a60fca82c9afaa976e9
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1773619200' |
| 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"] |