Block a user
meredith/meredith-proxy (e6f089c)
Published 2026-03-27 03:42:41 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/meredith/meredith-proxy:e6f089csha256:8f9458f4fd729deab3a8774d4dbec3b3703e795a78eefd2da3c8c9162d9926b0
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| /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:7f071b0b7d55b71826a65692768df7202114b98b36ac52d1c5f731aceee1760e 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"] |