Block a user
polygon-proxy (latest)
Published 2026-04-28 08:18:49 +00:00 by andyzaharia
Installation
docker pull git.andyzaharia.com/andybaraga/polygon-proxy:latestsha256:4b52d1b0e69bea8ecd14e5abf5206a3d61c315d055432668503aa25ac697e0f4
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| 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"] |