Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
bd3542197a | |||
a2539e2bb0 |
|
@ -19,4 +19,10 @@ FROM alpine:${ALPINE}
|
||||||
COPY --from=builder /ipfs /bin/ipfs
|
COPY --from=builder /ipfs /bin/ipfs
|
||||||
COPY --from=builder /ipfswatch /bin/ipfswatch
|
COPY --from=builder /ipfswatch /bin/ipfswatch
|
||||||
|
|
||||||
|
RUN apk add --no-cache yq
|
||||||
|
|
||||||
CMD ["ipfs"]
|
CMD ["ipfs"]
|
||||||
|
|
||||||
|
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
|
||||||
|
CMD ipfs --api=/ip4/127.0.0.1/tcp/5001 dag stat /ipfs/QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn || exit 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user