Block a user
forgeflow/watchlist-monitor (411bc5f)
Published 2026-01-12 16:22:46 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/forgeflow/watchlist-monitor:411bc5fsha256:3f6d287457fd63803ce93f5e989561e031b541d35edd6148b44178d75e8a4f44
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 curl && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c useradd -r -s /bin/false forgeflow # buildkit |
| RUN /bin/sh -c mkdir -p /etc/forgeflow /var/lib/forgeflow /var/log/forgeflow && chown -R forgeflow:forgeflow /var/lib/forgeflow /var/log/forgeflow # buildkit |
| COPY /build/target/release/watchlist-monitor /usr/local/bin/ # buildkit |
| COPY watchlist-monitor/config.toml.example /etc/forgeflow/watchlist-monitor.toml # buildkit |
| ENV FORGEFLOW_CONFIG=/etc/forgeflow/watchlist-monitor.toml |
| ENV RUST_LOG=info |
| USER forgeflow |
| EXPOSE map[8085/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8085/health || exit 1"] "30s" "5s" "10s" '\x03'} |
| ENTRYPOINT ["/usr/local/bin/watchlist-monitor"] |