Block a user
meredith/voice-bot (a990547)
Published 2026-03-26 20:41:44 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/meredith/voice-bot:a990547sha256:8471d6f937c65f2809d7dbcf29c895bf261488518783975bd5a7754649980211
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:745c99b29b17a99a30bf7bf286a39baf63ce3d35fd06cf0eaaafab637c793514 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"] |