• Joined on 2026-04-02

lunarfront-app (latest)

Published 2026-04-03 01:36:33 +00:00 by ryan in ryan/lunarfront-app

Installation

docker pull git.lunarfront.tech/ryan/lunarfront-app:latest
sha256:d2b78a512678446b7aa7b3af613c3fd15a4cc25611937cd795a8aeeb2f345b1b

Images

Digest OS / Arch Size
af4302c7c2 linux/amd64 40 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c addgroup -S app && adduser -S app -G app # buildkit
WORKDIR /app
COPY /app/server ./server # buildkit
COPY /app/packages/backend/src/db/migrations ./migrations # buildkit
ENV MIGRATIONS_DIR=/app/migrations
EXPOSE [8000/tcp]
HEALTHCHECK &{["CMD-SHELL" "wget -qO- http://localhost:8000/v1/health || exit 1"] "30s" "5s" "15s" "0s" '\x03'}
USER app
CMD ["./server"]
Details
Container
2026-04-03 01:36:33 +00:00
0
OCI / Docker
Versions (3) View all
latest 2026-04-03
0.0.26 2026-04-03
87456e3 2026-04-03