Block a user
meredith/voice-bot (e6f089c)
Published 2026-03-27 03:42:34 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/meredith/voice-bot:e6f089csha256:a08ce3c9799c8589b8b8c32b36dce2d86c4656a53ed2142ae56da3c0dc817b26
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| /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:9cc87485b5d4ae3d054aa7a6d9aa75e9bc7e8579503c77492d902bb1e376eaba in /usr/local/bin/ |
| COPY file:eb7c231fe28638db5dd4553234c9aa1f8e1c5f463983eed25d2505098a9c919e 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"] |