Self Projects

neomirror (latest)

Published 2026-08-08 00:08:32 +03:00 by mehrdad

Installation

docker pull git.neoh.ir/self-projects/neomirror:latest
sha256:3c6b3f0cc0828e02db079370c81bd038482c05b5059f645cda3f02dd63a8f9f8

Images

Digest OS / Arch Size
d2cf05836f linux/amd64 13 MiB
4d40b0b8fe linux/arm64 13 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates curl && update-ca-certificates # buildkit
WORKDIR /app
COPY /out/neomirror . # buildkit
COPY configs/config.yaml ./config.yaml # buildkit
EXPOSE [4201/tcp]
HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://localhost:4201/health || exit 1] Interval:30s Timeout:5s StartPeriod:10s StartInterval:0s Retries:3}
ENTRYPOINT ["./neomirror"]
CMD ["--config" "/app/config.yaml"]
Details
Container
2026-08-08 00:08:32 +03:00
2
OCI / Docker
Versions (1) View all
latest 2026-08-08