Block a user
meredith/meredith-proxy (a48f1ad)
Published 2026-03-24 16:02:11 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/meredith/meredith-proxy:a48f1adsha256:230bdff4b8e31def7ab49717ee37810fbde5a120293f48c9081ae6588f3398bd
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 curl nodejs npm && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c npm install -g @anthropic-ai/claude-code |
| /bin/sh -c useradd -r -s /bin/false meredith |
| /bin/sh -c mkdir -p /etc/meredith /var/log/meredith && chown -R meredith:meredith /var/log/meredith /etc/meredith |
| COPY file:feae65b026d5261d5fdac9a7f3f49f75a0fcb5e756da7ba8ccebe079320fc243 in /usr/local/bin/ |
| ENV MEREDITH_CONFIG=/etc/meredith/config.toml |
| ENV RUST_LOG=info |
| USER meredith |
| EXPOSE 8107 |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8107/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["/usr/local/bin/meredith-proxy"] |