spendbee (sha256:4f2f6a43a282faed6e8f35e015e920850f755eac890315de5a8d5a6c6b080c8e)

Published 2026-03-26 14:54:48 +01:00 by exler in exler/spendbee

Installation

docker pull git.marut.network/exler/spendbee@sha256:4f2f6a43a282faed6e8f35e015e920850f755eac890315de5a8d5a6c6b080c8e
sha256:4f2f6a43a282faed6e8f35e015e920850f755eac890315de5a8d5a6c6b080c8e

About this package

🐝 A bill-splitting and expense tracking app

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'
ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ARG BUN_INSTALL_BIN=/usr/local/bin
ENV BUN_INSTALL_BIN=/usr/local/bin
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version # buildkit
WORKDIR /home/bun/app
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["/usr/local/bin/bun"]
WORKDIR /app
RUN /bin/sh -c mkdir -p /app/data && chown -R bun:bun /app # buildkit
COPY --chown=bun:bun /app/prod_deps/node_modules ./node_modules # buildkit
COPY --chown=bun:bun /app/package.json /app/bun.lock ./ # buildkit
COPY --chown=bun:bun /app/build ./build # buildkit
COPY --chown=bun:bun /app/drizzle.config.ts ./ # buildkit
COPY --chown=bun:bun /app/drizzle ./drizzle # buildkit
COPY --chown=bun:bun /app/migrate.ts ./migrate.ts # buildkit
USER bun
EXPOSE [3000/tcp]
ENV PORT=3000
ENV DATABASE_URL=/app/data/spendbee.db
ENV BODY_SIZE_LIMIT=20M
HEALTHCHECK &{["CMD-SHELL" "bun run -e 'fetch(\"http://localhost:8080/health\").then(r => r.ok ? process.exit(0) : process.exit(1)).catch(() => process.exit(1))'"] "30s" "3s" "40s" "0s" '\x03'}
CMD ["bun" "run" "./build/index.js"]

Labels

Key Value
org.opencontainers.image.created 2026-03-26T13:51:39.814Z
org.opencontainers.image.description 🐝 A bill-splitting and expense tracking app
org.opencontainers.image.licenses
org.opencontainers.image.revision 3adacf7e7ec5af6f3660a306f90d98addc167b99
org.opencontainers.image.source https://git.marut.network/exler/spendbee
org.opencontainers.image.title spendbee
org.opencontainers.image.url https://git.marut.network/exler/spendbee
org.opencontainers.image.version latest
Details
Container
2026-03-26 14:54:48 +01:00
1
OCI / Docker
linux/amd64
134 MiB
Versions (1) View all
latest 2026-03-26