Block a user
meredith/voice-bot (a48f1ad)
Published 2026-03-24 16:02:00 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/meredith/voice-bot:a48f1adsha256:c95dc40ec53b836bb1c585c983cfd60d0beccd1560936ac206ecbb580f8209ae
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 curl && rm -rf /var/lib/apt/lists/* |
| /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 |
| COPY file:b0127bd5cf34f12aeb9097039a7d83e1b15b695369e32c4229751d638d15dcc0 in /usr/local/bin/ |
| COPY file:075ba58c58ddcd73f6cf5446dd2d57025c0ef270a390b53fd7799082c0535996 in /etc/meredith/voice-bot.toml |
| ENV MEREDITH_CONFIG=/etc/meredith/voice-bot.toml |
| ENV RUST_LOG=info |
| USER meredith |
| EXPOSE 8112 |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8112/health || exit 1"] "30s" "5s" "15s" "0s" '\x03'} |
| ENTRYPOINT ["/usr/local/bin/voice-bot"] |