mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
add HEALTHCHECK for ggr
This commit is contained in:
@@ -7,9 +7,11 @@ RUN apk add --no-cache git
|
|||||||
RUN go get -v github.com/kelseyhightower/confd
|
RUN go get -v github.com/kelseyhightower/confd
|
||||||
|
|
||||||
FROM aerokube/ggr
|
FROM aerokube/ggr
|
||||||
RUN apk add --no-cache libxml2-utils supervisor
|
RUN apk add --no-cache curl libxml2-utils supervisor
|
||||||
COPY --from=0 /go/bin/confd /usr/bin/
|
COPY --from=0 /go/bin/confd /usr/bin/
|
||||||
COPY data/confd /etc/confd
|
COPY data/confd /etc/confd
|
||||||
COPY data/supervisor.d /etc/supervisor.d
|
COPY data/supervisor.d /etc/supervisor.d
|
||||||
COPY data/grid-router /etc/grid-router
|
COPY data/grid-router /etc/grid-router
|
||||||
|
EXPOSE 4444
|
||||||
ENTRYPOINT ["supervisord", "-n", "-c", "/etc/supervisord.conf"]
|
ENTRYPOINT ["supervisord", "-n", "-c", "/etc/supervisord.conf"]
|
||||||
|
HEALTHCHECK CMD ["curl", "-f", "http://127.0.0.1:4444/ping"]
|
||||||
|
|||||||
Reference in New Issue
Block a user