Block a user
polygon-proxy (latest)
Published 2026-06-23 10:36:22 +00:00 by andyzaharia
Installation
docker pull git.andyzaharia.com/andybaraga/polygon-proxy:latestsha256:2466012e3463ae4577936338991b8398c07bf3b7fc4942ef39ca8f97ebf03ff8
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600' |
| 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"] |