spelwork/forge-bridge (2290a6a3)
Published 2026-06-07 03:06:43 +00:00 by peterswimm
Installation
docker pull git.toilville.dev/toilville/spelwork/forge-bridge:2290a6a3sha256:7ff1afcf1fdac689e49ed7745e452dc4baa73ff8c212886d6af07bb0e24960edImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200' |
| /bin/sh -c apt-get update -qq && apt-get install -y -qq --no-install-recommends ca-certificates libssl3 libsasl2-2 libpq5 curl && rm -rf /var/lib/apt/lists/* |
| COPY file:572b9aeb0c4efe1f99fa104e3fc14a58fb0e60bc7356f8b1678add8c28c176cb in /usr/local/bin/forge-bridge |
| EXPOSE 9090 |
| HEALTHCHECK &{Test:[CMD-SHELL curl -sf http://localhost:9090/health || exit 1] Interval:30s Timeout:5s StartPeriod:0s StartInterval:0s Retries:3} |
| ENTRYPOINT ["/usr/local/bin/forge-bridge"] |