notomo (closingthreads-app)
Published 2026-07-05 15:58:28 -04:00 by colin
Installation
docker pull git.nixc.us/colin/notomo:closingthreads-appsha256:4986da0b652b6a6835730278a92d6b997828e8a64760fe6a7d164800c0078698Image Layers
| ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates tini && addgroup -S notomo && adduser -S -G notomo -h /home/notomo notomo && mkdir -p /data && chown notomo:notomo /data # buildkit |
| COPY /out/notomo /usr/local/bin/notomo # buildkit |
| ENV NOTOMO_ADDR=:8800 NOTOMO_DATA=/data |
| USER notomo |
| WORKDIR /home/notomo |
| VOLUME [/data] |
| EXPOSE [8800/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "wget -q -O /dev/null http://127.0.0.1:8800/healthz || exit 1"] "30s" "5s" "2m0s" "0s" '\x03'} |
| ENTRYPOINT ["/sbin/tini" "--"] |
| CMD ["/usr/local/bin/notomo"] |
Details
2026-07-05 15:58:28 -04:00
Versions (2)
View all
Container
18
OCI / Docker
linux/amd64
8.1 MiB
production-app
2026-08-01
closingthreads-app
2026-07-05