Block a user
forgeflow/market-scanner (latest)
Published 2026-04-16 13:56:36 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/forgeflow/market-scanner:latestsha256:908ff36dae70613d35c52f69d0b481d341ae57f42eafb1744d5c87cdfe95ffa2
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600' |
| /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 forgeflow |
| /bin/sh -c mkdir -p /etc/forgeflow /var/log/forgeflow /usr/local/share/market-scanner/static && chown -R forgeflow:forgeflow /var/log/forgeflow |
| COPY file:cf6f0e0b922df8ca1ad6bb0c3886ecaf76ec0ebf6e38ae3446a5cfd7043b599d in /usr/local/bin/ |
| COPY dir:3d324faa586bc70e61929acfd103df7f64515ad62501807d1ee7e53616fda2ff in /usr/local/share/market-scanner/static/ |
| COPY file:de14e01932503682a642e87a1069588c13974156b9f36cb09c4def494162af1d in /etc/forgeflow/market-scanner.toml |
| ENV FORGEFLOW_CONFIG=/etc/forgeflow/market-scanner.toml |
| ENV RUST_LOG=info |
| USER forgeflow |
| EXPOSE 8106 |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8106/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["/usr/local/bin/market-scanner"] |