Block a user
forgeflow/mdes (60ee874)
Published 2026-04-02 11:57:04 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/forgeflow/mdes:60ee874sha256:ea8a9351a15d79446bea9cfa864d0269fda2b0813e16661c52657e350e33aa12
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 forgeflow |
| /bin/sh -c mkdir -p /etc/forgeflow /var/log/forgeflow && chown -R forgeflow:forgeflow /var/log/forgeflow |
| COPY file:d548c1ef7b125ff8fc517df8bd7189ef2516cdcbd22f9597a9288c975dfb4721 in /usr/local/bin/ |
| COPY file:85d029aedb18ef1c34763be35f4e73c7291d0898203d6b340ea01794fa4735e2 in /etc/forgeflow/market-data-enrichment.toml |
| ENV FORGEFLOW_CONFIG=/etc/forgeflow/market-data-enrichment.toml |
| ENV RUST_LOG=info |
| USER forgeflow |
| EXPOSE 8088 |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8088/health || exit 1"] "30s" "5s" "15s" "0s" '\x03'} |
| ENTRYPOINT ["/usr/local/bin/market-data-enrichment"] |