moneymon-backend (sha256:08547d7a50a459191297339753fca60908f71054284ee26270da19147455f48a)
Published 2025-10-14 09:03:39 -06:00 by jeffread
Installation
docker pull gitea.essentialcode.com/jeffread/moneymon-backend@sha256:08547d7a50a459191297339753fca60908f71054284ee26270da19147455f48asha256:08547d7a50a459191297339753fca60908f71054284ee26270da19147455f48aImage Layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit |
| RUN /bin/sh -c adduser -D -s /bin/sh appuser # buildkit |
| WORKDIR /root/ |
| COPY /app/main . # buildkit |
| COPY /app/.env .env # buildkit |
| RUN /bin/sh -c chown -R appuser:appuser /root # buildkit |
| USER appuser |
| EXPOSE [3000/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://localhost:3000/api/users || exit 1"] "30s" "3s" "5s" "0s" '\x03'} |
| CMD ["./main"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-10-14T14:59:51.280Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 1ca4d0a43514f04ba5187ffb830491cef9bd520d |
| org.opencontainers.image.source | https://gitea.essentialcode.com/jeffread/moneymon-backend |
| org.opencontainers.image.title | moneymon-backend |
| org.opencontainers.image.url | https://gitea.essentialcode.com/jeffread/moneymon-backend |
| org.opencontainers.image.version | 1.14.0 |
Details
Versions (127)
View all