Block a user
polygon-proxy (latest)
Published 2026-07-21 06:58:18 +00:00 by andyzaharia
Installation
docker pull git.andyzaharia.com/andybaraga/polygon-proxy:latestsha256:5a8c730065c16660e694ca661d1d3542ef06cdb7e294cbd879d644401e8daab7
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 wget libpq5 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/target/release/polygon-proxy /usr/local/bin/ # buildkit |
| COPY /app/migrations /migrations # buildkit |
| WORKDIR / |
| EXPOSE map[8900/tcp:{}] |
| ENTRYPOINT ["polygon-proxy"] |